Html Css Color HEX #55792F Green Leaf

📋 copy color: '#55792F'

red 85 ◦ green 121 ◦ blue 47

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

Shades of Green Leaf #55792F

Tints of Green Leaf #55792F

RGB

 RED value IS 85 (33.59% from 255) = 33.6%

 GREEN value IS 121 (47.66% from 255) = 47.83%

 BLUE value IS 47 (18.75% from 255) = 18.58%

R = 33.6%
G = 47.83%
B = 18.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#55792F (or 0x55792F) is known color: Green Leaf. HEX triplet: 55, 79 and 2F. RGB value is (85,121,47). Sum of RGB (Red+Green+Blue) = 85+121+47=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 121 (47.66% from 255 or 47.83% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 121 - color contains mainly: green. Hex color #55792F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55792F is #AA86D0. Grayscale: #666666. Windows color (decimal): -11175633 or 3111253. OLE color: 3111253.

HSL color Cylindrical-coordinate representation of color #55792F: hue angle of 89.19º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55792F is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 121 47 -
CMYK 0.30 0 0.61 0.53
HSL 89.19º 0.44% 0.33% -
HSV(B) 89.19º 0.61% 0.47% -
XYZ 11.1 15.81 5.16 -
YUV 101.8 97.07 116.02 -
System Red Green Blue C M Y K H S L
Decimal 85 121 47 0.30 0 0.61 0.53 89.19 0.44 0.33
Hex 55 79 2F 1E 0 3D 35 59 2C 21
Octal 125 171 57 36 0 75 65 131 54 41
Binary 1010101 1111001 101111 11110 0 111101 110101 1011001 101100 100001

Color Harmonies of #55792F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55792F

Black with #55792F

Text Example


Text Example

White with #55792F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55792F; }

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

 H1.HeaderClassName
 {
   color: #55792F;
 }
 .AnyTagClassName
 {
   color: #55792F;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #55792F;
 }
 .BgClassName
 {
   background-color: #55792F;
 }
</style>

border-color css

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

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

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