#527B15

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

Shades of Green Leaf #527B15

Tints of Green Leaf #527B15

Color information

#527B15 (or 0x527B15) is unknown color: approx Green Leaf. HEX triplet: 52, 7B and 15. RGB value is (82,123,21). Sum of RGB (Red+Green+Blue) = 82+123+21=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 123 (48.44% from 255 or 54.42% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 123 - color contains mainly: green. Hex color #527B15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527B15 is #AD84EA. Grayscale: #636363. Windows color (decimal): -11371755 or 1407826. OLE color: 1407826.

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

Color convert

RGB8212321-
CMYK0.3300.830.52
HSL84.12º70.83%28.24%-
HSV(B)84.12º82.93%48.24%-
XYZ10.716.013.24-
YUV99.1183.92115.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.28%
GREEN value IS 123 (48.44% from 255) = 54.42%
BLUE value IS 21 (8.59% from 255) = 9.29%
R=36.28%
G=54.42%
B=9.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82123210.3300.830.5284.1270.8328.24
Hex527B15210533454471c
Octal122173254101236412410734
Binary1010010111101110101100001010100111101001010100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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