#55782B

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

Shades of Green Leaf #55782B

Tints of Green Leaf #55782B

Color information

#55782B (or 0x55782B) is unknown color: approx Green Leaf. HEX triplet: 55, 78 and 2B. RGB value is (85,120,43). Sum of RGB (Red+Green+Blue) = 85+120+43=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #55782B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55782B is #AA87D4. Grayscale: #656565. Windows color (decimal): -11175893 or 2848853. OLE color: 2848853.

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

Color convert

RGB8512043-
CMYK0.2900.640.53
HSL87.27º47.24%31.96%-
HSV(B)87.27º64.17%47.06%-
XYZ10.915.544.71-
YUV100.7695.4116.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.27%
GREEN value IS 120 (47.27% from 255) = 48.39%
BLUE value IS 43 (17.19% from 255) = 17.34%
R=34.27%
G=48.39%
B=17.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85120430.2900.640.5387.2747.2431.96
Hex55782B1D04035572f20
Octal12517053350100651275740
Binary1010101111100010101111101010000001101011010111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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