#55782D

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

Shades of Green Leaf #55782D

Tints of Green Leaf #55782D

Color information

#55782D (or 0x55782D) is unknown color: approx Green Leaf. HEX triplet: 55, 78 and 2D. RGB value is (85,120,45). Sum of RGB (Red+Green+Blue) = 85+120+45=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 120 (47.27% from 255 or 48% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 120 - color contains mainly: green. Hex color #55782D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55782D is #AA87D2. Grayscale: #656565. Windows color (decimal): -11175891 or 2979925. OLE color: 2979925.

HSL color Cylindrical-coordinate representation of color #55782D: hue angle of 88º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55782D is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB8512045-
CMYK0.2900.630.53
HSL88º45.45%32.35%-
HSV(B)88º62.5%47.06%-
XYZ10.9415.554.91-
YUV100.9896.4116.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34%
GREEN value IS 120 (47.27% from 255) = 48%
BLUE value IS 45 (17.97% from 255) = 18%
R=34%
G=48%
B=18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85120450.2900.630.538845.4532.35
Hex55782D1D03F35582d20
Octal1251705535077651305540
Binary101010111110001011011110101111111101011011000101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55782D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55782D; }

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

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

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

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

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

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

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

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