Html Css Color HEX #5E6346 Woodland

📋 copy color: '#5E6346'

red 94 ◦ green 99 ◦ blue 70

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

Shades of Woodland #5E6346

Tints of Woodland #5E6346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.64%

 BLUE value IS 70 (27.73% from 255) = 26.62%

R = 35.74%
G = 37.64%
B = 26.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#5E6346 (or 0x5E6346) is known color: Woodland. HEX triplet: 5E, 63 and 46. RGB value is (94,99,70). Sum of RGB (Red+Green+Blue) = 94+99+70=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 99 - color contains mainly: green. Hex color #5E6346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6346 is #A19CB9. Grayscale: #5E5E5E. Windows color (decimal): -10591418 or 4612958. OLE color: 4612958.

HSL color Cylindrical-coordinate representation of color #5E6346: hue angle of 70.34º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E6346 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB 94 99 70 -
CMYK 0.05 0 0.29 0.61
HSL 70.34º 0.17% 0.33% -
HSV(B) 70.34º 0.29% 0.39% -
XYZ 10.18 11.75 7.52 -
YUV 94.2 114.34 127.86 -
System Red Green Blue C M Y K H S L
Decimal 94 99 70 0.05 0 0.29 0.61 70.34 0.17 0.33
Hex 5E 63 46 5 0 1D 3D 46 11 21
Octal 136 143 106 5 0 35 75 106 21 41
Binary 1011110 1100011 1000110 101 0 11101 111101 1000110 10001 100001

Color Harmonies of #5E6346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6346

Black with #5E6346

Text Example


Text Example

White with #5E6346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,99,70); }

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

background-color css

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

 a { background-color: rgb(94,99,70); }

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

border-color css

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

 span { border-color: rgb(94,99,70); }

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