Html Css Color HEX #55722B Green Leaf

📋 copy color: '#55722B'

red 85 ◦ green 114 ◦ blue 43

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

Shades of Green Leaf #55722B

Tints of Green Leaf #55722B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.77%

R = 35.12%
G = 47.11%
B = 17.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#55722B (or 0x55722B) is known color: Green Leaf. HEX triplet: 55, 72 and 2B. RGB value is (85,114,43). Sum of RGB (Red+Green+Blue) = 85+114+43=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 114 (44.92% from 255 or 47.11% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 114 - color contains mainly: green. Hex color #55722B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55722B is #AA8DD4. Grayscale: #616161. Windows color (decimal): -11177429 or 2847317. OLE color: 2847317.

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

Color convert

RGB 85 114 43 -
CMYK 0.25 0 0.62 0.55
HSL 84.51º 0.45% 0.31% -
HSV(B) 84.51º 0.62% 0.45% -
XYZ 10.2 14.14 4.48 -
YUV 97.24 97.39 119.27 -
System Red Green Blue C M Y K H S L
Decimal 85 114 43 0.25 0 0.62 0.55 84.51 0.45 0.31
Hex 55 72 2B 19 0 3E 37 55 2D 1F
Octal 125 162 53 31 0 76 67 125 55 37
Binary 1010101 1110010 101011 11001 0 111110 110111 1010101 101101 11111

Color Harmonies of #55722B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55722B

Black with #55722B

Text Example


Text Example

White with #55722B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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