#5F623A

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

Shades of Verdigris #5F623A

Tints of Verdigris #5F623A

Color information

#5F623A (or 0x5F623A) is unknown color: approx Verdigris. HEX triplet: 5F, 62 and 3A. RGB value is (95,98,58). Sum of RGB (Red+Green+Blue) = 95+98+58=251 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.85% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 98 - color contains mainly: green. Hex color #5F623A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F623A is #A09DC5. Grayscale: #5C5C5C. Windows color (decimal): -10526150 or 3826271. OLE color: 3826271.

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

Color convert

RGB959858-
CMYK0.0300.410.62
HSL64.5º25.64%30.59%-
HSV(B)64.5º40.82%38.43%-
XYZ9.8511.475.7-
YUV92.54108.51129.75-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.85%
GREEN value IS 98 (38.67% from 255) = 39.04%
BLUE value IS 58 (23.05% from 255) = 23.11%
R=37.85%
G=39.04%
B=23.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9598580.0300.410.6264.525.6430.59
Hex5F623A30293E401a1f
Octal137142723051761003237
Binary1011111110001011101011010100111111010000001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F623A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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