#527327

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

Shades of Green Leaf #527327

Tints of Green Leaf #527327

Color information

#527327 (or 0x527327) is unknown color: approx Green Leaf. HEX triplet: 52, 73 and 27. RGB value is (82,115,39). Sum of RGB (Red+Green+Blue) = 82+115+39=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 39 (15.62% from 255 or 16.53% from 236); Max value from RGB is 115 - color contains mainly: green. Hex color #527327 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527327 is #AD8CD8. Grayscale: #606060. Windows color (decimal): -11373785 or 2585426. OLE color: 2585426.

HSL color Cylindrical-coordinate representation of color #527327: hue angle of 86.05º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #527327 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB8211539-
CMYK0.2900.660.55
HSL86.05º49.35%30.2%-
HSV(B)86.05º66.09%45.1%-
XYZ9.9814.24.13-
YUV96.4795.57117.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.75%
GREEN value IS 115 (45.31% from 255) = 48.73%
BLUE value IS 39 (15.62% from 255) = 16.53%
R=34.75%
G=48.73%
B=16.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82115390.2900.660.5586.0549.3530.2
Hex5273271D0423756311e
Octal12216347350102671266136
Binary101001011100111001111110101000010110111101011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527327; }

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

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

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

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

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

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

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

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