Html Css Color HEX #5E604E Woodland

📋 copy color: '#5E604E'

red 94 ◦ green 96 ◦ blue 78

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

Shades of Woodland #5E604E

Tints of Woodland #5E604E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 29.1%

R = 35.07%
G = 35.82%
B = 29.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#5E604E (or 0x5E604E) is known color: Woodland. HEX triplet: 5E, 60 and 4E. RGB value is (94,96,78). Sum of RGB (Red+Green+Blue) = 94+96+78=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 96 - color contains mainly: green. Hex color #5E604E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E604E is #A19FB1. Grayscale: #5D5D5D. Windows color (decimal): -10592178 or 5136478. OLE color: 5136478.

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

Color convert

RGB 94 96 78 -
CMYK 0.02 0 0.19 0.62
HSL 66.67º 0.1% 0.34% -
HSV(B) 66.67º 0.19% 0.38% -
XYZ 10.17 11.3 8.85 -
YUV 93.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 94 96 78 0.02 0 0.19 0.62 66.67 0.1 0.34
Hex 5E 60 4E 2 0 13 3E 43 A 22
Octal 136 140 116 2 0 23 76 103 12 42
Binary 1011110 1100000 1001110 10 0 10011 111110 1000011 1010 100010

Color Harmonies of #5E604E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E604E

Black with #5E604E

Text Example


Text Example

White with #5E604E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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