Html Css Color HEX #554E32 Thatch Green

📋 copy color: '#554E32'

red 85 ◦ green 78 ◦ blue 50

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

Shades of Thatch Green #554E32

Tints of Thatch Green #554E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.47%

R = 39.91%
G = 36.62%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#554E32 (or 0x554E32) is known color: Thatch Green. HEX triplet: 55, 4E and 32. RGB value is (85,78,50). Sum of RGB (Red+Green+Blue) = 85+78+50=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #554E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E32 is #AAB1CD. Grayscale: #4D4D4D. Windows color (decimal): -11186638 or 3296853. OLE color: 3296853.

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

Color convert

RGB 85 78 50 -
CMYK 0 0.08 0.41 0.67
HSL 48º 0.26% 0.26% -
HSV(B) 48º 0.41% 0.33% -
XYZ 7.05 7.61 4.12 -
YUV 76.9 112.82 133.78 -
System Red Green Blue C M Y K H S L
Decimal 85 78 50 0 0.08 0.41 0.67 48 0.26 0.26
Hex 55 4E 32 0 8 29 43 30 1A 1A
Octal 125 116 62 0 10 51 103 60 32 32
Binary 1010101 1001110 110010 0 1000 101001 1000011 110000 11010 11010

Color Harmonies of #554E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E32

Black with #554E32

Text Example


Text Example

White with #554E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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