Html Css Color HEX #5F613F Verdigris

📋 copy color: '#5F613F'

red 95 ◦ green 97 ◦ blue 63

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

Shades of Verdigris #5F613F

Tints of Verdigris #5F613F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.71%

R = 37.25%
G = 38.04%
B = 24.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#5F613F (or 0x5F613F) is known color: Verdigris. HEX triplet: 5F, 61 and 3F. RGB value is (95,97,63). Sum of RGB (Red+Green+Blue) = 95+97+63=255 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.25% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 97 - color contains mainly: green. Hex color #5F613F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F613F is #A09EC0. Grayscale: #5C5C5C. Windows color (decimal): -10526401 or 4153695. OLE color: 4153695.

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

Color convert

RGB 95 97 63 -
CMYK 0.02 0 0.35 0.62
HSL 63.53º 0.21% 0.31% -
HSV(B) 63.53º 0.35% 0.38% -
XYZ 9.89 11.34 6.37 -
YUV 92.53 111.34 129.76 -
System Red Green Blue C M Y K H S L
Decimal 95 97 63 0.02 0 0.35 0.62 63.53 0.21 0.31
Hex 5F 61 3F 2 0 23 3E 40 15 1F
Octal 137 141 77 2 0 43 76 100 25 37
Binary 1011111 1100001 111111 10 0 100011 111110 1000000 10101 11111

Color Harmonies of #5F613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F613F

Black with #5F613F

Text Example


Text Example

White with #5F613F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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