Html Css Color HEX #554F2B Thatch Green

📋 copy color: '#554F2B'

red 85 ◦ green 79 ◦ blue 43

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

Shades of Thatch Green #554F2B

Tints of Thatch Green #554F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.77%

R = 41.06%
G = 38.16%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#554F2B (or 0x554F2B) is known color: Thatch Green. HEX triplet: 55, 4F and 2B. RGB value is (85,79,43). Sum of RGB (Red+Green+Blue) = 85+79+43=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #554F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F2B is #AAB0D4. Grayscale: #4C4C4C. Windows color (decimal): -11186389 or 2838357. OLE color: 2838357.

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

Color convert

RGB 85 79 43 -
CMYK 0 0.07 0.49 0.67
HSL 51.43º 0.33% 0.25% -
HSV(B) 51.43º 0.49% 0.33% -
XYZ 6.98 7.7 3.4 -
YUV 76.69 108.99 133.93 -
System Red Green Blue C M Y K H S L
Decimal 85 79 43 0 0.07 0.49 0.67 51.43 0.33 0.25
Hex 55 4F 2B 0 7 31 43 33 21 19
Octal 125 117 53 0 7 61 103 63 41 31
Binary 1010101 1001111 101011 0 111 110001 1000011 110011 100001 11001

Color Harmonies of #554F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554F2B

Black with #554F2B

Text Example


Text Example

White with #554F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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