#527A13

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

Shades of Green Leaf #527A13

Tints of Green Leaf #527A13

Color information

#527A13 (or 0x527A13) is unknown color: approx Green Leaf. HEX triplet: 52, 7A and 13. RGB value is (82,122,19). Sum of RGB (Red+Green+Blue) = 82+122+19=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 122 (48.05% from 255 or 54.71% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 122 - color contains mainly: green. Hex color #527A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527A13 is #AD85EC. Grayscale: #626262. Windows color (decimal): -11372013 or 1276498. OLE color: 1276498.

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

Color convert

RGB8212219-
CMYK0.3300.840.52
HSL83.3º73.05%27.65%-
HSV(B)83.3º84.43%47.84%-
XYZ10.5615.763.1-
YUV98.383.25116.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.77%
GREEN value IS 122 (48.05% from 255) = 54.71%
BLUE value IS 19 (7.81% from 255) = 8.52%
R=36.77%
G=54.71%
B=8.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82122190.3300.840.5283.373.0527.65
Hex527A13210543453491c
Octal122172234101246412311134
Binary1010010111101010011100001010101001101001010011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,122,19); }

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

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

 a { background-color: rgb(82,122,19); }

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

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

 span { border-color: rgb(82,122,19); }

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