#527B27

Color #527B27 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #527B27

Tints of Green Leaf #527B27

Color information

#527B27 (or 0x527B27) is unknown color: approx Green Leaf. HEX triplet: 52, 7B and 27. RGB value is (82,123,39). Sum of RGB (Red+Green+Blue) = 82+123+39=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 123 (48.44% from 255 or 50.41% from 244); Blue value is 39 (15.62% from 255 or 15.98% from 244); Max value from RGB is 123 - color contains mainly: green. Hex color #527B27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527B27 is #AD84D8. Grayscale: #656565. Windows color (decimal): -11371737 or 2587474. OLE color: 2587474.

HSL color Cylindrical-coordinate representation of color #527B27: hue angle of 89.29º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #527B27 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.52.

Color convert

RGB8212339-
CMYK0.3300.680.52
HSL89.29º51.85%31.76%-
HSV(B)89.29º68.29%48.24%-
XYZ10.9316.114.45-
YUV101.1692.92114.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 33.61%
GREEN value IS 123 (48.44% from 255) = 50.41%
BLUE value IS 39 (15.62% from 255) = 15.98%
R=33.61%
G=50.41%
B=15.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82123390.3300.680.5289.2951.8531.76
Hex527B272104434593420
Octal12217347410104641316440
Binary10100101111011100111100001010001001101001011001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527B27; }

 p { color: rgb(82,123,39); }

 H1.HeaderClassName
 {
   color: #527B27;
 }
 .AnyTagClassName
 {
   color: #527B27;
 }
</style>
background-color css

<style>
 a { background-color: #527B27; }

 a { background-color: rgb(82,123,39); }

 div.DivClassName
 {
   background-color: #527B27;
 }
 .BgClassName
 {
   background-color: #527B27;
 }
</style>
border-color css

<style>
 span { border-color: #527B27; }

 span { border-color: rgb(82,123,39); }

 td.TdClassName
 {
   border-color: #527B27;
 }
 .TagClassName
 {
   border-color: #527B27;
 }
</style>