Html Css Color HEX #5E6A3A Woodland

📋 copy color: '#5E6A3A'

red 94 ◦ green 106 ◦ blue 58

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

Shades of Woodland #5E6A3A

Tints of Woodland #5E6A3A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.09%

 BLUE value IS 58 (23.05% from 255) = 22.48%

R = 36.43%
G = 41.09%
B = 22.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.58

RGB Variations

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

Color information

#5E6A3A (or 0x5E6A3A) is known color: Woodland. HEX triplet: 5E, 6A and 3A. RGB value is (94,106,58). Sum of RGB (Red+Green+Blue) = 94+106+58=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 106 (41.80% from 255 or 41.09% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 106 - color contains mainly: green. Hex color #5E6A3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6A3A is #A195C5. Grayscale: #616161. Windows color (decimal): -10589638 or 3828318. OLE color: 3828318.

HSL color Cylindrical-coordinate representation of color #5E6A3A: hue angle of 75º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E6A3A is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB 94 106 58 -
CMYK 0.11 0 0.45 0.58
HSL 75º 0.29% 0.32% -
HSV(B) 75º 0.45% 0.42% -
XYZ 10.53 12.99 5.96 -
YUV 96.94 106.02 125.9 -
System Red Green Blue C M Y K H S L
Decimal 94 106 58 0.11 0 0.45 0.58 75 0.29 0.32
Hex 5E 6A 3A B 0 2D 3A 4B 1D 20
Octal 136 152 72 13 0 55 72 113 35 40
Binary 1011110 1101010 111010 1011 0 101101 111010 1001011 11101 100000

Color Harmonies of #5E6A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6A3A

Black with #5E6A3A

Text Example


Text Example

White with #5E6A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,106,58); }

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

background-color css

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

 a { background-color: rgb(94,106,58); }

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

border-color css

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

 span { border-color: rgb(94,106,58); }

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