Html Css Color HEX #55731C Green Leaf

📋 copy color: '#55731C'

red 85 ◦ green 115 ◦ blue 28

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

Shades of Green Leaf #55731C

Tints of Green Leaf #55731C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.28%

R = 37.28%
G = 50.44%
B = 12.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#55731C (or 0x55731C) is known color: Green Leaf. HEX triplet: 55, 73 and 1C. RGB value is (85,115,28). Sum of RGB (Red+Green+Blue) = 85+115+28=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #55731C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55731C is #AA8CE3. Grayscale: #606060. Windows color (decimal): -11177188 or 1864533. OLE color: 1864533.

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

Color convert

RGB 85 115 28 -
CMYK 0.26 0 0.76 0.55
HSL 80.69º 0.61% 0.28% -
HSV(B) 80.69º 0.76% 0.45% -
XYZ 10.09 14.28 3.32 -
YUV 96.11 89.56 120.07 -
System Red Green Blue C M Y K H S L
Decimal 85 115 28 0.26 0 0.76 0.55 80.69 0.61 0.28
Hex 55 73 1C 1A 0 4C 37 51 3D 1C
Octal 125 163 34 32 0 114 67 121 75 34
Binary 1010101 1110011 11100 11010 0 1001100 110111 1010001 111101 11100

Color Harmonies of #55731C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55731C

Black with #55731C

Text Example


Text Example

White with #55731C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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