#527B24

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

Shades of Green Leaf #527B24

Tints of Green Leaf #527B24

Color information

#527B24 (or 0x527B24) is unknown color: approx Green Leaf. HEX triplet: 52, 7B and 24. RGB value is (82,123,36). Sum of RGB (Red+Green+Blue) = 82+123+36=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 123 (48.44% from 255 or 51.04% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 123 - color contains mainly: green. Hex color #527B24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527B24 is #AD84DB. Grayscale: #656565. Windows color (decimal): -11371740 or 2390866. OLE color: 2390866.

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

Color convert

RGB8212336-
CMYK0.3300.710.52
HSL88.28º54.72%31.18%-
HSV(B)88.28º70.73%48.24%-
XYZ10.8816.094.2-
YUV100.8291.42114.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.02%
GREEN value IS 123 (48.44% from 255) = 51.04%
BLUE value IS 36 (14.45% from 255) = 14.94%
R=34.02%
G=51.04%
B=14.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82123360.3300.710.5288.2854.7231.18
Hex527B24210473458371f
Octal12217344410107641306737
Binary1010010111101110010010000101000111110100101100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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