Html Css Color HEX #5D6242 Woodland

📋 copy color: '#5D6242'

red 93 ◦ green 98 ◦ blue 66

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

Shades of Woodland #5D6242

Tints of Woodland #5D6242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.13%

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

R = 36.19%
G = 38.13%
B = 25.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#5D6242 (or 0x5D6242) is known color: Woodland. HEX triplet: 5D, 62 and 42. RGB value is (93,98,66). Sum of RGB (Red+Green+Blue) = 93+98+66=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 98 - color contains mainly: green. Hex color #5D6242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6242 is #A29DBD. Grayscale: #5C5C5C. Windows color (decimal): -10657214 or 4350557. OLE color: 4350557.

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

Color convert

RGB 93 98 66 -
CMYK 0.05 0 0.33 0.62
HSL 69.38º 0.2% 0.32% -
HSV(B) 69.38º 0.33% 0.38% -
XYZ 9.87 11.46 6.85 -
YUV 92.86 112.84 128.1 -
System Red Green Blue C M Y K H S L
Decimal 93 98 66 0.05 0 0.33 0.62 69.38 0.2 0.32
Hex 5D 62 42 5 0 21 3E 45 14 20
Octal 135 142 102 5 0 41 76 105 24 40
Binary 1011101 1100010 1000010 101 0 100001 111110 1000101 10100 100000

Color Harmonies of #5D6242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6242

Black with #5D6242

Text Example


Text Example

White with #5D6242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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