Html Css Color HEX #555030 Thatch Green

📋 copy color: '#555030'

red 85 ◦ green 80 ◦ blue 48

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

Shades of Thatch Green #555030

Tints of Thatch Green #555030

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.56%

 BLUE value IS 48 (19.14% from 255) = 22.54%

R = 39.91%
G = 37.56%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#555030 (or 0x555030) is known color: Thatch Green. HEX triplet: 55, 50 and 30. RGB value is (85,80,48). Sum of RGB (Red+Green+Blue) = 85+80+48=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #555030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555030 is #AAAFCF. Grayscale: #4D4D4D. Windows color (decimal): -11186128 or 3166293. OLE color: 3166293.

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

Color convert

RGB 85 80 48 -
CMYK 0 0.06 0.44 0.67
HSL 51.89º 0.28% 0.26% -
HSV(B) 51.89º 0.44% 0.33% -
XYZ 7.15 7.88 3.94 -
YUV 77.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 85 80 48 0 0.06 0.44 0.67 51.89 0.28 0.26
Hex 55 50 30 0 6 2C 43 34 1C 1A
Octal 125 120 60 0 6 54 103 64 34 32
Binary 1010101 1010000 110000 0 110 101100 1000011 110100 11100 11010

Color Harmonies of #555030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555030

Black with #555030

Text Example


Text Example

White with #555030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555030; }

 p { color: rgb(85,80,48); }

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

background-color css

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

 a { background-color: rgb(85,80,48); }

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

border-color css

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

 span { border-color: rgb(85,80,48); }

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