Html Css Color HEX #554E2F Thatch Green

📋 copy color: '#554E2F'

red 85 ◦ green 78 ◦ blue 47

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

Shades of Thatch Green #554E2F

Tints of Thatch Green #554E2F

RGB

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

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

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

R = 40.48%
G = 37.14%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#554E2F (or 0x554E2F) is known color: Thatch Green. HEX triplet: 55, 4E and 2F. RGB value is (85,78,47). Sum of RGB (Red+Green+Blue) = 85+78+47=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #554E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E2F is #AAB1D0. Grayscale: #4C4C4C. Windows color (decimal): -11186641 or 3100245. OLE color: 3100245.

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

Color convert

RGB 85 78 47 -
CMYK 0 0.08 0.45 0.67
HSL 48.95º 0.29% 0.26% -
HSV(B) 48.95º 0.45% 0.33% -
XYZ 6.98 7.59 3.79 -
YUV 76.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 85 78 47 0 0.08 0.45 0.67 48.95 0.29 0.26
Hex 55 4E 2F 0 8 2D 43 31 1D 1A
Octal 125 116 57 0 10 55 103 61 35 32
Binary 1010101 1001110 101111 0 1000 101101 1000011 110001 11101 11010

Color Harmonies of #554E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E2F

Black with #554E2F

Text Example


Text Example

White with #554E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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