Html Css Color HEX #555135 Thatch Green

📋 copy color: '#555135'

red 85 ◦ green 81 ◦ blue 53

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

Shades of Thatch Green #555135

Tints of Thatch Green #555135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.2%

R = 38.81%
G = 36.99%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#555135 (or 0x555135) is known color: Thatch Green. HEX triplet: 55, 51 and 35. RGB value is (85,81,53). Sum of RGB (Red+Green+Blue) = 85+81+53=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 85 - color contains mainly: red. Hex color #555135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555135 is #AAAECA. Grayscale: #4F4F4F. Windows color (decimal): -11185867 or 3494229. OLE color: 3494229.

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

Color convert

RGB 85 81 53 -
CMYK 0 0.05 0.38 0.67
HSL 52.5º 0.23% 0.27% -
HSV(B) 52.5º 0.38% 0.33% -
XYZ 7.33 8.07 4.54 -
YUV 79 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 85 81 53 0 0.05 0.38 0.67 52.5 0.23 0.27
Hex 55 51 35 0 5 26 43 34 17 1B
Octal 125 121 65 0 5 46 103 64 27 33
Binary 1010101 1010001 110101 0 101 100110 1000011 110100 10111 11011

Color Harmonies of #555135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555135

Black with #555135

Text Example


Text Example

White with #555135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555135; }

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

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

background-color css

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

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

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

border-color css

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

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

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