Html Css Color HEX #5A5D40 Woodland

📋 copy color: '#5A5D40'

red 90 ◦ green 93 ◦ blue 64

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

Shades of Woodland #5A5D40

Tints of Woodland #5A5D40

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.65%

 BLUE value IS 64 (25.39% from 255) = 25.91%

R = 36.44%
G = 37.65%
B = 25.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.64

RGB Variations

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

Color information

#5A5D40 (or 0x5A5D40) is known color: Woodland. HEX triplet: 5A, 5D and 40. RGB value is (90,93,64). Sum of RGB (Red+Green+Blue) = 90+93+64=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 93 - color contains mainly: green. Hex color #5A5D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5D40 is #A5A2BF. Grayscale: #585858. Windows color (decimal): -10855104 or 4218202. OLE color: 4218202.

HSL color Cylindrical-coordinate representation of color #5A5D40: hue angle of 66.21º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5A5D40 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.

Color convert

RGB 90 93 64 -
CMYK 0.03 0 0.31 0.64
HSL 66.21º 0.18% 0.31% -
HSV(B) 66.21º 0.31% 0.36% -
XYZ 9.06 10.37 6.38 -
YUV 88.8 114.01 128.86 -
System Red Green Blue C M Y K H S L
Decimal 90 93 64 0.03 0 0.31 0.64 66.21 0.18 0.31
Hex 5A 5D 40 3 0 1F 40 42 12 1F
Octal 132 135 100 3 0 37 100 102 22 37
Binary 1011010 1011101 1000000 11 0 11111 1000000 1000010 10010 11111

Color Harmonies of #5A5D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5D40

Black with #5A5D40

Text Example


Text Example

White with #5A5D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,93,64); }

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

background-color css

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

 a { background-color: rgb(90,93,64); }

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

border-color css

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

 span { border-color: rgb(90,93,64); }

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