Html Css Color HEX #554F2C Thatch Green

📋 copy color: '#554F2C'

red 85 ◦ green 79 ◦ blue 44

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

Shades of Thatch Green #554F2C

Tints of Thatch Green #554F2C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 37.98%

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

R = 40.87%
G = 37.98%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#554F2C (or 0x554F2C) is known color: Thatch Green. HEX triplet: 55, 4F and 2C. RGB value is (85,79,44). Sum of RGB (Red+Green+Blue) = 85+79+44=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #554F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F2C is #AAB0D3. Grayscale: #4C4C4C. Windows color (decimal): -11186388 or 2903893. OLE color: 2903893.

HSL color Cylindrical-coordinate representation of color #554F2C: hue angle of 51.22º 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 #554F2C is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 79 44 -
CMYK 0 0.07 0.48 0.67
HSL 51.22º 0.32% 0.25% -
HSV(B) 51.22º 0.48% 0.33% -
XYZ 7 7.71 3.5 -
YUV 76.8 109.49 133.85 -
System Red Green Blue C M Y K H S L
Decimal 85 79 44 0 0.07 0.48 0.67 51.22 0.32 0.25
Hex 55 4F 2C 0 7 30 43 33 20 19
Octal 125 117 54 0 7 60 103 63 40 31
Binary 1010101 1001111 101100 0 111 110000 1000011 110011 100000 11001

Color Harmonies of #554F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554F2C

Black with #554F2C

Text Example


Text Example

White with #554F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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