Html Css Color HEX #5F6140 Verdigris

📋 copy color: '#5F6140'

red 95 ◦ green 97 ◦ blue 64

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

Shades of Verdigris #5F6140

Tints of Verdigris #5F6140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25%

R = 37.11%
G = 37.89%
B = 25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#5F6140 (or 0x5F6140) is known color: Verdigris. HEX triplet: 5F, 61 and 40. RGB value is (95,97,64). Sum of RGB (Red+Green+Blue) = 95+97+64=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 97 - color contains mainly: green. Hex color #5F6140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6140 is #A09EBF. Grayscale: #5C5C5C. Windows color (decimal): -10526400 or 4219231. OLE color: 4219231.

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

Color convert

RGB 95 97 64 -
CMYK 0.02 0 0.34 0.62
HSL 63.64º 0.2% 0.32% -
HSV(B) 63.64º 0.34% 0.38% -
XYZ 9.92 11.35 6.52 -
YUV 92.64 111.84 129.68 -
System Red Green Blue C M Y K H S L
Decimal 95 97 64 0.02 0 0.34 0.62 63.64 0.2 0.32
Hex 5F 61 40 2 0 22 3E 40 14 20
Octal 137 141 100 2 0 42 76 100 24 40
Binary 1011111 1100001 1000000 10 0 100010 111110 1000000 10100 100000

Color Harmonies of #5F6140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6140

Black with #5F6140

Text Example


Text Example

White with #5F6140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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