Html Css Color HEX #55731B Green Leaf

📋 copy color: '#55731B'

red 85 ◦ green 115 ◦ blue 27

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

Shades of Green Leaf #55731B

Tints of Green Leaf #55731B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.66%

 BLUE value IS 27 (10.94% from 255) = 11.89%

R = 37.44%
G = 50.66%
B = 11.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#55731B (or 0x55731B) is known color: Green Leaf. HEX triplet: 55, 73 and 1B. RGB value is (85,115,27). Sum of RGB (Red+Green+Blue) = 85+115+27=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #55731B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55731B is #AA8CE4. Grayscale: #606060. Windows color (decimal): -11177189 or 1798997. OLE color: 1798997.

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

Color convert

RGB 85 115 27 -
CMYK 0.26 0 0.77 0.55
HSL 80.45º 0.62% 0.28% -
HSV(B) 80.45º 0.77% 0.45% -
XYZ 10.07 14.27 3.26 -
YUV 96 89.06 120.16 -
System Red Green Blue C M Y K H S L
Decimal 85 115 27 0.26 0 0.77 0.55 80.45 0.62 0.28
Hex 55 73 1B 1A 0 4D 37 50 3E 1C
Octal 125 163 33 32 0 115 67 120 76 34
Binary 1010101 1110011 11011 11010 0 1001101 110111 1010000 111110 11100

Color Harmonies of #55731B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55731B

Black with #55731B

Text Example


Text Example

White with #55731B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,115,27); }

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

background-color css

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

 a { background-color: rgb(85,115,27); }

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

border-color css

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

 span { border-color: rgb(85,115,27); }

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