Html Css Color HEX #5A5634 Thatch Green

📋 copy color: '#5A5634'

red 90 ◦ green 86 ◦ blue 52

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

Shades of Thatch Green #5A5634

Tints of Thatch Green #5A5634

RGB

 RED value IS 90 (35.55% from 255) = 39.47%

 GREEN value IS 86 (33.98% from 255) = 37.72%

 BLUE value IS 52 (20.7% from 255) = 22.81%

R = 39.47%
G = 37.72%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#5A5634 (or 0x5A5634) is known color: Thatch Green. HEX triplet: 5A, 56 and 34. RGB value is (90,86,52). Sum of RGB (Red+Green+Blue) = 90+86+52=228 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.47% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5634 is #A5A9CB. Grayscale: #535353. Windows color (decimal): -10856908 or 3429978. OLE color: 3429978.

HSL color Cylindrical-coordinate representation of color #5A5634: hue angle of 53.68º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A5634 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 86 52 -
CMYK 0 0.04 0.42 0.65
HSL 53.68º 0.27% 0.28% -
HSV(B) 53.68º 0.42% 0.35% -
XYZ 8.16 9.08 4.57 -
YUV 83.32 110.33 132.76 -
System Red Green Blue C M Y K H S L
Decimal 90 86 52 0 0.04 0.42 0.65 53.68 0.27 0.28
Hex 5A 56 34 0 4 2A 41 36 1B 1C
Octal 132 126 64 0 4 52 101 66 33 34
Binary 1011010 1010110 110100 0 100 101010 1000001 110110 11011 11100

Color Harmonies of #5A5634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5634

Black with #5A5634

Text Example


Text Example

White with #5A5634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A5634; }

 p { color: rgb(90,86,52); }

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

background-color css

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

 a { background-color: rgb(90,86,52); }

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

border-color css

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

 span { border-color: rgb(90,86,52); }

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