Html Css Color HEX #55791A Green Leaf

📋 copy color: '#55791A'

red 85 ◦ green 121 ◦ blue 26

#55791A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Leaf #55791A

Tints of Green Leaf #55791A

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 value IS 0.30

 M value IS 0

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#55791A (or 0x55791A) is known color: 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

RGB 85 121 26 -
CMYK 0.30 0 0.79 0.53
HSL 82.74º 0.65% 0.29% -
HSV(B) 82.74º 0.79% 0.47% -
XYZ 10.77 15.68 3.44 -
YUV 99.41 86.57 117.72 -
System Red Green Blue C M Y K H S L
Decimal 85 121 26 0.30 0 0.79 0.53 82.74 0.65 0.29
Hex 55 79 1A 1E 0 4F 35 53 41 1D
Octal 125 171 32 36 0 117 65 123 101 35
Binary 1010101 1111001 11010 11110 0 1001111 110101 1010011 1000001 11101

Color Harmonies of #55791A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55791A

Black with #55791A

Text Example


Text Example

White with #55791A

Text Example


Text Example

HTML Codes & Css Web 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>