#55791A

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

Shades of Green Leaf #55791A

Tints of Green Leaf #55791A

Color information

#55791A (or 0x55791A) is unknown color: approx Green Leaf. HEX triplet: 55, 79 and 1A. RGB value is (85,121,26). Sum of RGB (Red+Green+Blue) = 85+121+26=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 121 (47.66% from 255 or 52.16% from 232); Blue value is 26 (10.55% from 255 or 11.21% from 232); Max value from RGB is 121 - color contains mainly: green. Hex color #55791A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55791A is #AA86E5. Grayscale: #636363. Windows color (decimal): -11175654 or 1734997. OLE color: 1734997.

HSL color Cylindrical-coordinate representation of color #55791A: hue angle of 82.74º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55791A is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB8512126-
CMYK0.3000.790.53
HSL82.74º64.63%28.82%-
HSV(B)82.74º78.51%47.45%-
XYZ10.7715.683.44-
YUV99.4186.57117.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 121 (47.66% from 255) = 52.16%
BLUE value IS 26 (10.55% from 255) = 11.21%
R=36.64%
G=52.16%
B=11.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85121260.3000.790.5382.7464.6328.82
Hex55791A1E04F3553411d
Octal125171323601176512310135
Binary101010111110011101011110010011111101011010011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55791A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55791A; }

 p { color: rgb(85,121,26); }

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

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

 a { background-color: rgb(85,121,26); }

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

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

 span { border-color: rgb(85,121,26); }

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