Html Css Color HEX #554D2C Thatch Green

📋 copy color: '#554D2C'

red 85 ◦ green 77 ◦ blue 44

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

Shades of Thatch Green #554D2C

Tints of Thatch Green #554D2C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.38%

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

R = 41.26%
G = 37.38%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#554D2C (or 0x554D2C) is known color: Thatch Green. HEX triplet: 55, 4D and 2C. RGB value is (85,77,44). Sum of RGB (Red+Green+Blue) = 85+77+44=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #554D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D2C is #AAB2D3. Grayscale: #4B4B4B. Windows color (decimal): -11186900 or 2903381. OLE color: 2903381.

HSL color Cylindrical-coordinate representation of color #554D2C: hue angle of 48.29º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #554D2C is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 77 44 -
CMYK 0 0.09 0.48 0.67
HSL 48.29º 0.32% 0.25% -
HSV(B) 48.29º 0.48% 0.33% -
XYZ 6.85 7.42 3.45 -
YUV 75.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 85 77 44 0 0.09 0.48 0.67 48.29 0.32 0.25
Hex 55 4D 2C 0 9 30 43 30 20 19
Octal 125 115 54 0 11 60 103 60 40 31
Binary 1010101 1001101 101100 0 1001 110000 1000011 110000 100000 11001

Color Harmonies of #554D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554D2C

Black with #554D2C

Text Example


Text Example

White with #554D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554D2C; }

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

 H1.HeaderClassName
 {
   color: #554D2C;
 }
 .AnyTagClassName
 {
   color: #554D2C;
 }
</style>

background-color css

<style>
 a { background-color: #554D2C; }

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

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

border-color css

<style>
 span { border-color: #554D2C; }

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

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