Html Css Color HEX #554E2E Thatch Green

📋 copy color: '#554E2E'

red 85 ◦ green 78 ◦ blue 46

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

Shades of Thatch Green #554E2E

Tints of Thatch Green #554E2E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 37.32%

 BLUE value IS 46 (18.36% from 255) = 22.01%

R = 40.67%
G = 37.32%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#554E2E (or 0x554E2E) is known color: Thatch Green. HEX triplet: 55, 4E and 2E. RGB value is (85,78,46). Sum of RGB (Red+Green+Blue) = 85+78+46=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #554E2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E2E is #AAB1D1. Grayscale: #4C4C4C. Windows color (decimal): -11186642 or 3034709. OLE color: 3034709.

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

Color convert

RGB 85 78 46 -
CMYK 0 0.08 0.46 0.67
HSL 49.23º 0.3% 0.26% -
HSV(B) 49.23º 0.46% 0.33% -
XYZ 6.96 7.58 3.68 -
YUV 76.45 110.82 134.1 -
System Red Green Blue C M Y K H S L
Decimal 85 78 46 0 0.08 0.46 0.67 49.23 0.3 0.26
Hex 55 4E 2E 0 8 2E 43 31 1E 1A
Octal 125 116 56 0 10 56 103 61 36 32
Binary 1010101 1001110 101110 0 1000 101110 1000011 110001 11110 11010

Color Harmonies of #554E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E2E

Black with #554E2E

Text Example


Text Example

White with #554E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,78,46); }

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

background-color css

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

 a { background-color: rgb(85,78,46); }

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

border-color css

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

 span { border-color: rgb(85,78,46); }

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