#527733

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

Shades of Green Leaf #527733

Tints of Green Leaf #527733

Color information

#527733 (or 0x527733) is unknown color: approx Green Leaf. HEX triplet: 52, 77 and 33. RGB value is (82,119,51). Sum of RGB (Red+Green+Blue) = 82+119+51=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #527733 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527733 is #AD88CC. Grayscale: #646464. Windows color (decimal): -11372749 or 3372882. OLE color: 3372882.

HSL color Cylindrical-coordinate representation of color #527733: hue angle of 92.65º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #527733 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB8211951-
CMYK0.3100.570.53
HSL92.65º40%33.33%-
HSV(B)92.65º57.14%46.67%-
XYZ10.6715.235.51-
YUV100.18100.24115.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.54%
GREEN value IS 119 (46.88% from 255) = 47.22%
BLUE value IS 51 (20.31% from 255) = 20.24%
R=32.54%
G=47.22%
B=20.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82119510.3100.570.5392.654033.33
Hex5277331F039355d2821
Octal1221676337071651355041
Binary101001011101111100111111101110011101011011101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527733; }

 p { color: rgb(82,119,51); }

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

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

 a { background-color: rgb(82,119,51); }

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

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

 span { border-color: rgb(82,119,51); }

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