Html Css Color HEX #5F604C Woodland

📋 copy color: '#5F604C'

red 95 ◦ green 96 ◦ blue 76

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

Shades of Woodland #5F604C

Tints of Woodland #5F604C

RGB

 RED value IS 95 (37.5% from 255) = 35.58%

 GREEN value IS 96 (37.89% from 255) = 35.96%

 BLUE value IS 76 (30.08% from 255) = 28.46%

R = 35.58%
G = 35.96%
B = 28.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#5F604C (or 0x5F604C) is known color: Woodland. HEX triplet: 5F, 60 and 4C. RGB value is (95,96,76). Sum of RGB (Red+Green+Blue) = 95+96+76=267 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.58% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 96 - color contains mainly: green. Hex color #5F604C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F604C is #A09FB3. Grayscale: #5D5D5D. Windows color (decimal): -10526644 or 5005407. OLE color: 5005407.

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

Color convert

RGB 95 96 76 -
CMYK 0.01 0 0.21 0.62
HSL 63º 0.12% 0.34% -
HSV(B) 63º 0.21% 0.38% -
XYZ 10.21 11.32 8.48 -
YUV 93.42 118.17 129.13 -
System Red Green Blue C M Y K H S L
Decimal 95 96 76 0.01 0 0.21 0.62 63 0.12 0.34
Hex 5F 60 4C 1 0 15 3E 3F C 22
Octal 137 140 114 1 0 25 76 77 14 42
Binary 1011111 1100000 1001100 1 0 10101 111110 111111 1100 100010

Color Harmonies of #5F604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F604C

Black with #5F604C

Text Example


Text Example

White with #5F604C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,96,76); }

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

background-color css

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

 a { background-color: rgb(95,96,76); }

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

border-color css

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

 span { border-color: rgb(95,96,76); }

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