Html Css Color HEX #5D5F4B Woodland

📋 copy color: '#5D5F4B'

red 93 ◦ green 95 ◦ blue 75

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

Shades of Woodland #5D5F4B

Tints of Woodland #5D5F4B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.12%

 BLUE value IS 75 (29.69% from 255) = 28.52%

R = 35.36%
G = 36.12%
B = 28.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.63

RGB Variations

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

Color information

#5D5F4B (or 0x5D5F4B) is known color: Woodland. HEX triplet: 5D, 5F and 4B. RGB value is (93,95,75). Sum of RGB (Red+Green+Blue) = 93+95+75=263 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.36% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 95 - color contains mainly: green. Hex color #5D5F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5F4B is #A2A0B4. Grayscale: #5C5C5C. Windows color (decimal): -10657973 or 4939613. OLE color: 4939613.

HSL color Cylindrical-coordinate representation of color #5D5F4B: hue angle of 66º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5D5F4B is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.63.

Color convert

RGB 93 95 75 -
CMYK 0.02 0 0.21 0.63
HSL 66º 0.12% 0.33% -
HSV(B) 66º 0.21% 0.37% -
XYZ 9.88 11.02 8.26 -
YUV 92.12 118.34 128.63 -
System Red Green Blue C M Y K H S L
Decimal 93 95 75 0.02 0 0.21 0.63 66 0.12 0.33
Hex 5D 5F 4B 2 0 15 3F 42 C 21
Octal 135 137 113 2 0 25 77 102 14 41
Binary 1011101 1011111 1001011 10 0 10101 111111 1000010 1100 100001

Color Harmonies of #5D5F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5F4B

Black with #5D5F4B

Text Example


Text Example

White with #5D5F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,95,75); }

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

background-color css

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

 a { background-color: rgb(93,95,75); }

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

border-color css

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

 span { border-color: rgb(93,95,75); }

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