#557823

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

Shades of Green Leaf #557823

Tints of Green Leaf #557823

Color information

#557823 (or 0x557823) is unknown color: approx Green Leaf. HEX triplet: 55, 78 and 23. RGB value is (85,120,35). Sum of RGB (Red+Green+Blue) = 85+120+35=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 35 (14.06% from 255 or 14.58% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #557823 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557823 is #AA87DC. Grayscale: #646464. Windows color (decimal): -11175901 or 2324565. OLE color: 2324565.

HSL color Cylindrical-coordinate representation of color #557823: hue angle of 84.71º 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 #557823 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB8512035-
CMYK0.2900.710.53
HSL84.71º54.84%30.39%-
HSV(B)84.71º70.83%47.06%-
XYZ10.7715.494.01-
YUV99.8491.4117.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.42%
GREEN value IS 120 (47.27% from 255) = 50%
BLUE value IS 35 (14.06% from 255) = 14.58%
R=35.42%
G=50%
B=14.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85120350.2900.710.5384.7154.8430.39
Hex5578231D0473555371e
Octal12517043350107651256736
Binary101010111110001000111110101000111110101101010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557823; }

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

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

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

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

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

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

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

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