Html Css Color HEX #5A5E3D Woodland

📋 copy color: '#5A5E3D'

red 90 ◦ green 94 ◦ blue 61

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

Shades of Woodland #5A5E3D

Tints of Woodland #5A5E3D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.37%

 BLUE value IS 61 (24.22% from 255) = 24.9%

R = 36.73%
G = 38.37%
B = 24.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.63

RGB Variations

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

Color information

#5A5E3D (or 0x5A5E3D) is known color: Woodland. HEX triplet: 5A, 5E and 3D. RGB value is (90,94,61). Sum of RGB (Red+Green+Blue) = 90+94+61=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 94 - color contains mainly: green. Hex color #5A5E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5E3D is #A5A1C2. Grayscale: #595959. Windows color (decimal): -10854851 or 4021850. OLE color: 4021850.

HSL color Cylindrical-coordinate representation of color #5A5E3D: hue angle of 67.27º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A5E3D is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.63.

Color convert

RGB 90 94 61 -
CMYK 0.04 0 0.35 0.63
HSL 67.27º 0.21% 0.3% -
HSV(B) 67.27º 0.35% 0.37% -
XYZ 9.06 10.52 5.97 -
YUV 89.04 112.17 128.68 -
System Red Green Blue C M Y K H S L
Decimal 90 94 61 0.04 0 0.35 0.63 67.27 0.21 0.3
Hex 5A 5E 3D 4 0 23 3F 43 15 1E
Octal 132 136 75 4 0 43 77 103 25 36
Binary 1011010 1011110 111101 100 0 100011 111111 1000011 10101 11110

Color Harmonies of #5A5E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5E3D

Black with #5A5E3D

Text Example


Text Example

White with #5A5E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,94,61); }

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

background-color css

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

 a { background-color: rgb(90,94,61); }

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

border-color css

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

 span { border-color: rgb(90,94,61); }

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