Html Css Color HEX #5D6740 Woodland

📋 copy color: '#5D6740'

red 93 ◦ green 103 ◦ blue 64

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

Shades of Woodland #5D6740

Tints of Woodland #5D6740

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.62%

 BLUE value IS 64 (25.39% from 255) = 24.62%

R = 35.77%
G = 39.62%
B = 24.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#5D6740 (or 0x5D6740) is known color: Woodland. HEX triplet: 5D, 67 and 40. RGB value is (93,103,64). Sum of RGB (Red+Green+Blue) = 93+103+64=260 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.77% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 103 - color contains mainly: green. Hex color #5D6740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6740 is #A298BF. Grayscale: #5F5F5F. Windows color (decimal): -10655936 or 4220765. OLE color: 4220765.

HSL color Cylindrical-coordinate representation of color #5D6740: hue angle of 75.38º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D6740 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB 93 103 64 -
CMYK 0.10 0 0.38 0.60
HSL 75.38º 0.23% 0.33% -
HSV(B) 75.38º 0.38% 0.4% -
XYZ 10.29 12.4 6.7 -
YUV 95.56 110.19 126.17 -
System Red Green Blue C M Y K H S L
Decimal 93 103 64 0.10 0 0.38 0.60 75.38 0.23 0.33
Hex 5D 67 40 A 0 26 3C 4B 17 21
Octal 135 147 100 12 0 46 74 113 27 41
Binary 1011101 1100111 1000000 1010 0 100110 111100 1001011 10111 100001

Color Harmonies of #5D6740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6740

Black with #5D6740

Text Example


Text Example

White with #5D6740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,103,64); }

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

background-color css

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

 a { background-color: rgb(93,103,64); }

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

border-color css

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

 span { border-color: rgb(93,103,64); }

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