Html Css Color HEX #5E604A Woodland

📋 copy color: '#5E604A'

red 94 ◦ green 96 ◦ blue 74

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

Shades of Woodland #5E604A

Tints of Woodland #5E604A

RGB

 RED value IS 94 (37.11% from 255) = 35.61%

 GREEN value IS 96 (37.89% from 255) = 36.36%

 BLUE value IS 74 (29.3% from 255) = 28.03%

R = 35.61%
G = 36.36%
B = 28.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#5E604A (or 0x5E604A) is known color: Woodland. HEX triplet: 5E, 60 and 4A. RGB value is (94,96,74). Sum of RGB (Red+Green+Blue) = 94+96+74=264 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.61% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 96 - color contains mainly: green. Hex color #5E604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E604A is #A19FB5. Grayscale: #5C5C5C. Windows color (decimal): -10592182 or 4874334. OLE color: 4874334.

HSL color Cylindrical-coordinate representation of color #5E604A: hue angle of 65.45º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5E604A is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 96 74 -
CMYK 0.02 0 0.23 0.62
HSL 65.45º 0.13% 0.33% -
HSV(B) 65.45º 0.23% 0.38% -
XYZ 10.04 11.24 8.12 -
YUV 92.89 117.34 128.79 -
System Red Green Blue C M Y K H S L
Decimal 94 96 74 0.02 0 0.23 0.62 65.45 0.13 0.33
Hex 5E 60 4A 2 0 17 3E 41 D 21
Octal 136 140 112 2 0 27 76 101 15 41
Binary 1011110 1100000 1001010 10 0 10111 111110 1000001 1101 100001

Color Harmonies of #5E604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E604A

Black with #5E604A

Text Example


Text Example

White with #5E604A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,96,74); }

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

background-color css

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

 a { background-color: rgb(94,96,74); }

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

border-color css

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

 span { border-color: rgb(94,96,74); }

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