Html Css Color HEX #55792C Green Leaf

📋 copy color: '#55792C'

red 85 ◦ green 121 ◦ blue 44

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

Shades of Green Leaf #55792C

Tints of Green Leaf #55792C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.6%

R = 34%
G = 48.4%
B = 17.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#55792C (or 0x55792C) is known color: Green Leaf. HEX triplet: 55, 79 and 2C. RGB value is (85,121,44). Sum of RGB (Red+Green+Blue) = 85+121+44=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 121 (47.66% from 255 or 48.4% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 121 - color contains mainly: green. Hex color #55792C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55792C is #AA86D3. Grayscale: #656565. Windows color (decimal): -11175636 or 2914645. OLE color: 2914645.

HSL color Cylindrical-coordinate representation of color #55792C: hue angle of 88.05º 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 #55792C is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 121 44 -
CMYK 0.30 0 0.64 0.53
HSL 88.05º 0.47% 0.32% -
HSV(B) 88.05º 0.64% 0.47% -
XYZ 11.04 15.79 4.85 -
YUV 101.46 95.57 116.26 -
System Red Green Blue C M Y K H S L
Decimal 85 121 44 0.30 0 0.64 0.53 88.05 0.47 0.32
Hex 55 79 2C 1E 0 40 35 58 2F 20
Octal 125 171 54 36 0 100 65 130 57 40
Binary 1010101 1111001 101100 11110 0 1000000 110101 1011000 101111 100000

Color Harmonies of #55792C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55792C

Black with #55792C

Text Example


Text Example

White with #55792C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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