#5F623B

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

Shades of Verdigris #5F623B

Tints of Verdigris #5F623B

Color information

#5F623B (or 0x5F623B) is unknown color: approx Verdigris. HEX triplet: 5F, 62 and 3B. RGB value is (95,98,59). Sum of RGB (Red+Green+Blue) = 95+98+59=252 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.70% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 98 - color contains mainly: green. Hex color #5F623B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F623B is #A09DC4. Grayscale: #5C5C5C. Windows color (decimal): -10526149 or 3891807. OLE color: 3891807.

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

Color convert

RGB959859-
CMYK0.0300.400.62
HSL64.62º24.84%30.78%-
HSV(B)64.62º39.8%38.43%-
XYZ9.8811.485.83-
YUV92.66109.01129.67-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.70%
GREEN value IS 98 (38.67% from 255) = 38.89%
BLUE value IS 59 (23.44% from 255) = 23.41%
R=37.70%
G=38.89%
B=23.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9598590.0300.400.6264.6224.8430.78
Hex5F623B30283E41191f
Octal137142733050761013137
Binary1011111110001011101111010100011111010000011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F623B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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