Html Css Color HEX #5D624A Woodland

📋 copy color: '#5D624A'

red 93 ◦ green 98 ◦ blue 74

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

Shades of Woodland #5D624A

Tints of Woodland #5D624A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.92%

R = 35.09%
G = 36.98%
B = 27.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#5D624A (or 0x5D624A) is known color: Woodland. HEX triplet: 5D, 62 and 4A. RGB value is (93,98,74). Sum of RGB (Red+Green+Blue) = 93+98+74=265 (35% of max value = 765). Red value is 93 (36.72% from 255 or 35.09% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 98 - color contains mainly: green. Hex color #5D624A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D624A is #A29DB5. Grayscale: #5D5D5D. Windows color (decimal): -10657206 or 4874845. OLE color: 4874845.

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

Color convert

RGB 93 98 74 -
CMYK 0.05 0 0.24 0.62
HSL 72.5º 0.14% 0.34% -
HSV(B) 72.5º 0.24% 0.38% -
XYZ 10.12 11.56 8.18 -
YUV 93.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 93 98 74 0.05 0 0.24 0.62 72.5 0.14 0.34
Hex 5D 62 4A 5 0 18 3E 48 E 22
Octal 135 142 112 5 0 30 76 110 16 42
Binary 1011101 1100010 1001010 101 0 11000 111110 1001000 1110 100010

Color Harmonies of #5D624A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D624A

Black with #5D624A

Text Example


Text Example

White with #5D624A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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