Html Css Color HEX #5D6742 Woodland

📋 copy color: '#5D6742'

red 93 ◦ green 103 ◦ blue 66

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

Shades of Woodland #5D6742

Tints of Woodland #5D6742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.19%

R = 35.5%
G = 39.31%
B = 25.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#5D6742 (or 0x5D6742) is known color: Woodland. HEX triplet: 5D, 67 and 42. RGB value is (93,103,66). Sum of RGB (Red+Green+Blue) = 93+103+66=262 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.50% from 262); Green value is 103 (40.62% from 255 or 39.31% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 103 - color contains mainly: green. Hex color #5D6742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6742 is #A298BD. Grayscale: #5F5F5F. Windows color (decimal): -10655934 or 4351837. OLE color: 4351837.

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

Color convert

RGB 93 103 66 -
CMYK 0.10 0 0.36 0.60
HSL 76.22º 0.22% 0.33% -
HSV(B) 76.22º 0.36% 0.4% -
XYZ 10.35 12.42 7.01 -
YUV 95.79 111.19 126.01 -
System Red Green Blue C M Y K H S L
Decimal 93 103 66 0.10 0 0.36 0.60 76.22 0.22 0.33
Hex 5D 67 42 A 0 24 3C 4C 16 21
Octal 135 147 102 12 0 44 74 114 26 41
Binary 1011101 1100111 1000010 1010 0 100100 111100 1001100 10110 100001

Color Harmonies of #5D6742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6742

Black with #5D6742

Text Example


Text Example

White with #5D6742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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