Html Css Color HEX #5F6142 Woodland

📋 copy color: '#5F6142'

red 95 ◦ green 97 ◦ blue 66

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

Shades of Woodland #5F6142

Tints of Woodland #5F6142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.6%

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

R = 36.82%
G = 37.6%
B = 25.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#5F6142 (or 0x5F6142) is known color: Woodland. HEX triplet: 5F, 61 and 42. RGB value is (95,97,66). Sum of RGB (Red+Green+Blue) = 95+97+66=258 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.82% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 97 - color contains mainly: green. Hex color #5F6142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6142 is #A09EBD. Grayscale: #5C5C5C. Windows color (decimal): -10526398 or 4350303. OLE color: 4350303.

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

Color convert

RGB 95 97 66 -
CMYK 0.02 0 0.32 0.62
HSL 63.87º 0.19% 0.32% -
HSV(B) 63.87º 0.32% 0.38% -
XYZ 9.98 11.38 6.82 -
YUV 92.87 112.84 129.52 -
System Red Green Blue C M Y K H S L
Decimal 95 97 66 0.02 0 0.32 0.62 63.87 0.19 0.32
Hex 5F 61 42 2 0 20 3E 40 13 20
Octal 137 141 102 2 0 40 76 100 23 40
Binary 1011111 1100001 1000010 10 0 100000 111110 1000000 10011 100000

Color Harmonies of #5F6142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6142

Black with #5F6142

Text Example


Text Example

White with #5F6142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,97,66); }

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

background-color css

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

 a { background-color: rgb(95,97,66); }

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

border-color css

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

 span { border-color: rgb(95,97,66); }

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