#616138

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

Shades of Verdigris #616138

Tints of Verdigris #616138

Color information

#616138 (or 0x616138) is unknown color: approx Verdigris. HEX triplet: 61, 61 and 38. RGB value is (97,97,56). Sum of RGB (Red+Green+Blue) = 97+97+56=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 97 - color contains mainly: red, green. Hex color #616138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616138 is #9E9EC7. Grayscale: #5C5C5C. Windows color (decimal): -10395336 or 3694945. OLE color: 3694945.

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

Color convert

RGB979756-
CMYK000.420.62
HSL60º26.8%30%-
HSV(B)60º42.27%38.04%-
XYZ9.9211.385.41-
YUV92.33107.5131.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.8%
GREEN value IS 97 (38.28% from 255) = 38.8%
BLUE value IS 56 (22.27% from 255) = 22.4%
R=38.8%
G=38.8%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal979756000.420.626026.830
Hex616138002A3E3c1b1e
Octal14114170005276743336
Binary11000011100001111000001010101111101111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616138; }

 p { color: rgb(97,97,56); }

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

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

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

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

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

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

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