Html Css Color HEX #554D2F Thatch Green

📋 copy color: '#554D2F'

red 85 ◦ green 77 ◦ blue 47

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

Shades of Thatch Green #554D2F

Tints of Thatch Green #554D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.49%

R = 40.67%
G = 36.84%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#554D2F (or 0x554D2F) is known color: Thatch Green. HEX triplet: 55, 4D and 2F. RGB value is (85,77,47). Sum of RGB (Red+Green+Blue) = 85+77+47=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #554D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D2F is #AAB2D0. Grayscale: #4C4C4C. Windows color (decimal): -11186897 or 3099989. OLE color: 3099989.

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

Color convert

RGB 85 77 47 -
CMYK 0 0.09 0.45 0.67
HSL 47.37º 0.29% 0.26% -
HSV(B) 47.37º 0.45% 0.33% -
XYZ 6.91 7.44 3.76 -
YUV 75.97 111.65 134.44 -
System Red Green Blue C M Y K H S L
Decimal 85 77 47 0 0.09 0.45 0.67 47.37 0.29 0.26
Hex 55 4D 2F 0 9 2D 43 2F 1D 1A
Octal 125 115 57 0 11 55 103 57 35 32
Binary 1010101 1001101 101111 0 1001 101101 1000011 101111 11101 11010

Color Harmonies of #554D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554D2F

Black with #554D2F

Text Example


Text Example

White with #554D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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