#616238

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

Shades of Verdigris #616238

Tints of Verdigris #616238

Color information

#616238 (or 0x616238) is unknown color: approx Verdigris. HEX triplet: 61, 62 and 38. RGB value is (97,98,56). Sum of RGB (Red+Green+Blue) = 97+98+56=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 98 - color contains mainly: green. Hex color #616238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616238 is #9E9DC7. Grayscale: #5D5D5D. Windows color (decimal): -10395080 or 3695201. OLE color: 3695201.

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

Color convert

RGB979856-
CMYK0.0100.430.62
HSL61.43º27.27%30.2%-
HSV(B)61.43º42.86%38.43%-
XYZ10.0111.565.45-
YUV92.91107.17130.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.65%
GREEN value IS 98 (38.67% from 255) = 39.04%
BLUE value IS 56 (22.27% from 255) = 22.31%
R=38.65%
G=39.04%
B=22.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9798560.0100.430.6261.4327.2730.2
Hex616238102B3E3d1b1e
Octal14114270105376753336
Binary11000011100010111000101010111111101111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616238; }

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

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

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

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

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

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

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

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