Html Css Color HEX #5D5F4E Woodland

📋 copy color: '#5D5F4E'

red 93 ◦ green 95 ◦ blue 78

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

Shades of Woodland #5D5F4E

Tints of Woodland #5D5F4E

RGB

 RED value IS 93 (36.72% from 255) = 34.96%

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

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

R = 34.96%
G = 35.71%
B = 29.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.63

RGB Variations

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

Color information

#5D5F4E (or 0x5D5F4E) is known color: Woodland. HEX triplet: 5D, 5F and 4E. RGB value is (93,95,78). Sum of RGB (Red+Green+Blue) = 93+95+78=266 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.96% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 95 - color contains mainly: green. Hex color #5D5F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5F4E is #A2A0B1. Grayscale: #5C5C5C. Windows color (decimal): -10657970 or 5136221. OLE color: 5136221.

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

Color convert

RGB 93 95 78 -
CMYK 0.02 0 0.18 0.63
HSL 67.06º 0.1% 0.34% -
HSV(B) 67.06º 0.18% 0.37% -
XYZ 9.98 11.06 8.82 -
YUV 92.46 119.84 128.38 -
System Red Green Blue C M Y K H S L
Decimal 93 95 78 0.02 0 0.18 0.63 67.06 0.1 0.34
Hex 5D 5F 4E 2 0 12 3F 43 A 22
Octal 135 137 116 2 0 22 77 103 12 42
Binary 1011101 1011111 1001110 10 0 10010 111111 1000011 1010 100010

Color Harmonies of #5D5F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5F4E

Black with #5D5F4E

Text Example


Text Example

White with #5D5F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,95,78); }

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

background-color css

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

 a { background-color: rgb(93,95,78); }

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

border-color css

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

 span { border-color: rgb(93,95,78); }

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