#527823

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

Shades of Green Leaf #527823

Tints of Green Leaf #527823

Color information

#527823 (or 0x527823) is unknown color: approx Green Leaf. HEX triplet: 52, 78 and 23. RGB value is (82,120,35). Sum of RGB (Red+Green+Blue) = 82+120+35=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 35 (14.06% from 255 or 14.77% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #527823 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527823 is #AD87DC. Grayscale: #636363. Windows color (decimal): -11372509 or 2324562. OLE color: 2324562.

HSL color Cylindrical-coordinate representation of color #527823: hue angle of 86.82º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #527823 is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB8212035-
CMYK0.3200.710.53
HSL86.82º54.84%30.39%-
HSV(B)86.82º70.83%47.06%-
XYZ10.515.354-
YUV98.9591.91115.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.60%
GREEN value IS 120 (47.27% from 255) = 50.63%
BLUE value IS 35 (14.06% from 255) = 14.77%
R=34.60%
G=50.63%
B=14.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82120350.3200.710.5386.8254.8430.39
Hex527823200473557371e
Octal12217043400107651276736
Binary1010010111100010001110000001000111110101101011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527823; }

 p { color: rgb(82,120,35); }

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

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

 a { background-color: rgb(82,120,35); }

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

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

 span { border-color: rgb(82,120,35); }

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