Html Css Color HEX #5E6941 Woodland

📋 copy color: '#5E6941'

red 94 ◦ green 105 ◦ blue 65

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

Shades of Woodland #5E6941

Tints of Woodland #5E6941

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.77%

 BLUE value IS 65 (25.78% from 255) = 24.62%

R = 35.61%
G = 39.77%
B = 24.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#5E6941 (or 0x5E6941) is known color: Woodland. HEX triplet: 5E, 69 and 41. RGB value is (94,105,65). Sum of RGB (Red+Green+Blue) = 94+105+65=264 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.61% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 105 - color contains mainly: green. Hex color #5E6941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6941 is #A196BE. Grayscale: #616161. Windows color (decimal): -10589887 or 4286814. OLE color: 4286814.

HSL color Cylindrical-coordinate representation of color #5E6941: hue angle of 76.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E6941 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 94 105 65 -
CMYK 0.10 0 0.38 0.59
HSL 76.5º 0.24% 0.33% -
HSV(B) 76.5º 0.38% 0.41% -
XYZ 10.62 12.86 6.92 -
YUV 97.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 94 105 65 0.10 0 0.38 0.59 76.5 0.24 0.33
Hex 5E 69 41 A 0 26 3B 4C 18 21
Octal 136 151 101 12 0 46 73 114 30 41
Binary 1011110 1101001 1000001 1010 0 100110 111011 1001100 11000 100001

Color Harmonies of #5E6941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6941

Black with #5E6941

Text Example


Text Example

White with #5E6941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,105,65); }

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

background-color css

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

 a { background-color: rgb(94,105,65); }

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

border-color css

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

 span { border-color: rgb(94,105,65); }

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