Html Css Color HEX #554D30 Thatch Green

📋 copy color: '#554D30'

red 85 ◦ green 77 ◦ blue 48

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

Shades of Thatch Green #554D30

Tints of Thatch Green #554D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.86%

R = 40.48%
G = 36.67%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#554D30 (or 0x554D30) is known color: Thatch Green. HEX triplet: 55, 4D and 30. RGB value is (85,77,48). Sum of RGB (Red+Green+Blue) = 85+77+48=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #554D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D30 is #AAB2CF. Grayscale: #4C4C4C. Windows color (decimal): -11186896 or 3165525. OLE color: 3165525.

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

Color convert

RGB 85 77 48 -
CMYK 0 0.09 0.44 0.67
HSL 47.03º 0.28% 0.26% -
HSV(B) 47.03º 0.44% 0.33% -
XYZ 6.93 7.45 3.87 -
YUV 76.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 85 77 48 0 0.09 0.44 0.67 47.03 0.28 0.26
Hex 55 4D 30 0 9 2C 43 2F 1C 1A
Octal 125 115 60 0 11 54 103 57 34 32
Binary 1010101 1001101 110000 0 1001 101100 1000011 101111 11100 11010

Color Harmonies of #554D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554D30

Black with #554D30

Text Example


Text Example

White with #554D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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