Html Css Color HEX #5D6049 Woodland

📋 copy color: '#5D6049'

red 93 ◦ green 96 ◦ blue 73

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

Shades of Woodland #5D6049

Tints of Woodland #5D6049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 27.86%

R = 35.5%
G = 36.64%
B = 27.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#5D6049 (or 0x5D6049) is known color: Woodland. HEX triplet: 5D, 60 and 49. RGB value is (93,96,73). Sum of RGB (Red+Green+Blue) = 93+96+73=262 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.50% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 96 - color contains mainly: green. Hex color #5D6049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6049 is #A29FB6. Grayscale: #5C5C5C. Windows color (decimal): -10657719 or 4808797. OLE color: 4808797.

HSL color Cylindrical-coordinate representation of color #5D6049: hue angle of 67.83º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5D6049 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 93 96 73 -
CMYK 0.03 0 0.24 0.62
HSL 67.83º 0.14% 0.33% -
HSV(B) 67.83º 0.24% 0.38% -
XYZ 9.9 11.17 7.94 -
YUV 92.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 93 96 73 0.03 0 0.24 0.62 67.83 0.14 0.33
Hex 5D 60 49 3 0 18 3E 44 E 21
Octal 135 140 111 3 0 30 76 104 16 41
Binary 1011101 1100000 1001001 11 0 11000 111110 1000100 1110 100001

Color Harmonies of #5D6049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6049

Black with #5D6049

Text Example


Text Example

White with #5D6049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,96,73); }

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

background-color css

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

 a { background-color: rgb(93,96,73); }

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

border-color css

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

 span { border-color: rgb(93,96,73); }

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