Html Css Color HEX #5E5F4A Woodland

📋 copy color: '#5E5F4A'

red 94 ◦ green 95 ◦ blue 74

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

Shades of Woodland #5E5F4A

Tints of Woodland #5E5F4A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.12%

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

R = 35.74%
G = 36.12%
B = 28.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.63

RGB Variations

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

Color information

#5E5F4A (or 0x5E5F4A) is known color: Woodland. HEX triplet: 5E, 5F and 4A. RGB value is (94,95,74). Sum of RGB (Red+Green+Blue) = 94+95+74=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 95 - color contains mainly: green. Hex color #5E5F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5F4A is #A1A0B5. Grayscale: #5C5C5C. Windows color (decimal): -10592438 or 4874078. OLE color: 4874078.

HSL color Cylindrical-coordinate representation of color #5E5F4A: hue angle of 62.86º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E5F4A is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 95 74 -
CMYK 0.01 0 0.22 0.63
HSL 62.86º 0.12% 0.33% -
HSV(B) 62.86º 0.22% 0.37% -
XYZ 9.94 11.06 8.09 -
YUV 92.31 117.67 129.21 -
System Red Green Blue C M Y K H S L
Decimal 94 95 74 0.01 0 0.22 0.63 62.86 0.12 0.33
Hex 5E 5F 4A 1 0 16 3F 3F C 21
Octal 136 137 112 1 0 26 77 77 14 41
Binary 1011110 1011111 1001010 1 0 10110 111111 111111 1100 100001

Color Harmonies of #5E5F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5F4A

Black with #5E5F4A

Text Example


Text Example

White with #5E5F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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