Html Css Color HEX #555126 Thatch Green

📋 copy color: '#555126'

red 85 ◦ green 81 ◦ blue 38

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

Shades of Thatch Green #555126

Tints of Thatch Green #555126

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.71%

 BLUE value IS 38 (15.23% from 255) = 18.63%

R = 41.67%
G = 39.71%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#555126 (or 0x555126) is known color: Thatch Green. HEX triplet: 55, 51 and 26. RGB value is (85,81,38). Sum of RGB (Red+Green+Blue) = 85+81+38=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #555126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555126 is #AAAED9. Grayscale: #4D4D4D. Windows color (decimal): -11185882 or 2511189. OLE color: 2511189.

HSL color Cylindrical-coordinate representation of color #555126: hue angle of 54.89º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #555126 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 81 38 -
CMYK 0 0.05 0.55 0.67
HSL 54.89º 0.38% 0.24% -
HSV(B) 54.89º 0.55% 0.33% -
XYZ 7.04 7.96 3 -
YUV 77.29 105.83 133.5 -
System Red Green Blue C M Y K H S L
Decimal 85 81 38 0 0.05 0.55 0.67 54.89 0.38 0.24
Hex 55 51 26 0 5 37 43 37 26 18
Octal 125 121 46 0 5 67 103 67 46 30
Binary 1010101 1010001 100110 0 101 110111 1000011 110111 100110 11000

Color Harmonies of #555126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555126

Black with #555126

Text Example


Text Example

White with #555126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555126; }

 p { color: rgb(85,81,38); }

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

background-color css

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

 a { background-color: rgb(85,81,38); }

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

border-color css

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

 span { border-color: rgb(85,81,38); }

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