Html Css Color HEX #55502C Thatch Green

📋 copy color: '#55502C'

red 85 ◦ green 80 ◦ blue 44

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

Shades of Thatch Green #55502C

Tints of Thatch Green #55502C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 21.05%

R = 40.67%
G = 38.28%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#55502C (or 0x55502C) is known color: Thatch Green. HEX triplet: 55, 50 and 2C. RGB value is (85,80,44). Sum of RGB (Red+Green+Blue) = 85+80+44=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #55502C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55502C is #AAAFD3. Grayscale: #4D4D4D. Windows color (decimal): -11186132 or 2904149. OLE color: 2904149.

HSL color Cylindrical-coordinate representation of color #55502C: hue angle of 52.68º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55502C is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 80 44 -
CMYK 0 0.06 0.48 0.67
HSL 52.68º 0.32% 0.25% -
HSV(B) 52.68º 0.48% 0.33% -
XYZ 7.07 7.85 3.53 -
YUV 77.39 109.16 133.43 -
System Red Green Blue C M Y K H S L
Decimal 85 80 44 0 0.06 0.48 0.67 52.68 0.32 0.25
Hex 55 50 2C 0 6 30 43 35 20 19
Octal 125 120 54 0 6 60 103 65 40 31
Binary 1010101 1010000 101100 0 110 110000 1000011 110101 100000 11001

Color Harmonies of #55502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55502C

Black with #55502C

Text Example


Text Example

White with #55502C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55502C; }

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

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

background-color css

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

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

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

border-color css

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

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

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