#5F6236

Color #5F6236 Verdigris (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdigris #5F6236

Tints of Verdigris #5F6236

Color information

#5F6236 (or 0x5F6236) is unknown color: approx Verdigris. HEX triplet: 5F, 62 and 36. RGB value is (95,98,54). Sum of RGB (Red+Green+Blue) = 95+98+54=247 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.46% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 98 - color contains mainly: green. Hex color #5F6236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6236 is #A09DC9. Grayscale: #5C5C5C. Windows color (decimal): -10526154 or 3564127. OLE color: 3564127.

HSL color Cylindrical-coordinate representation of color #5F6236: hue angle of 64.09º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F6236 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB959854-
CMYK0.0300.450.62
HSL64.09º28.95%29.8%-
HSV(B)64.09º44.9%38.43%-
XYZ9.7511.435.18-
YUV92.09106.51130.08-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.46%
GREEN value IS 98 (38.67% from 255) = 39.68%
BLUE value IS 54 (21.48% from 255) = 21.86%
R=38.46%
G=39.68%
B=21.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9598540.0300.450.6264.0928.9529.8
Hex5F6236302D3E401d1e
Octal137142663055761003536
Binary1011111110001011011011010110111111010000001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,98,54); }

 H1.HeaderClassName
 {
   color: #5F6236;
 }
 .AnyTagClassName
 {
   color: #5F6236;
 }
</style>
background-color css

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

 a { background-color: rgb(95,98,54); }

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

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

 span { border-color: rgb(95,98,54); }

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