Html Css Color HEX #55722D Green Leaf

📋 copy color: '#55722D'

red 85 ◦ green 114 ◦ blue 45

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

Shades of Green Leaf #55722D

Tints of Green Leaf #55722D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.72%

 BLUE value IS 45 (17.97% from 255) = 18.44%

R = 34.84%
G = 46.72%
B = 18.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#55722D (or 0x55722D) is known color: Green Leaf. HEX triplet: 55, 72 and 2D. RGB value is (85,114,45). Sum of RGB (Red+Green+Blue) = 85+114+45=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 114 - color contains mainly: green. Hex color #55722D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55722D is #AA8DD2. Grayscale: #616161. Windows color (decimal): -11177427 or 2978389. OLE color: 2978389.

HSL color Cylindrical-coordinate representation of color #55722D: hue angle of 85.22º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55722D is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 114 45 -
CMYK 0.25 0 0.61 0.55
HSL 85.22º 0.43% 0.31% -
HSV(B) 85.22º 0.61% 0.45% -
XYZ 10.24 14.16 4.68 -
YUV 97.46 98.39 119.11 -
System Red Green Blue C M Y K H S L
Decimal 85 114 45 0.25 0 0.61 0.55 85.22 0.43 0.31
Hex 55 72 2D 19 0 3D 37 55 2B 1F
Octal 125 162 55 31 0 75 67 125 53 37
Binary 1010101 1110010 101101 11001 0 111101 110111 1010101 101011 11111

Color Harmonies of #55722D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55722D

Black with #55722D

Text Example


Text Example

White with #55722D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55722D; }

 p { color: rgb(85,114,45); }

 H1.HeaderClassName
 {
   color: #55722D;
 }
 .AnyTagClassName
 {
   color: #55722D;
 }
</style>

background-color css

<style>
 a { background-color: #55722D; }

 a { background-color: rgb(85,114,45); }

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

border-color css

<style>
 span { border-color: #55722D; }

 span { border-color: rgb(85,114,45); }

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