#606238

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

Shades of Verdigris #606238

Tints of Verdigris #606238

Color information

#606238 (or 0x606238) is unknown color: approx Verdigris. HEX triplet: 60, 62 and 38. RGB value is (96,98,56). Sum of RGB (Red+Green+Blue) = 96+98+56=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 98 - color contains mainly: green. Hex color #606238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606238 is #9F9DC7. Grayscale: #5C5C5C. Windows color (decimal): -10460616 or 3695200. OLE color: 3695200.

HSL color Cylindrical-coordinate representation of color #606238: hue angle of 62.86º 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 #606238 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB969856-
CMYK0.0200.430.62
HSL62.86º27.27%30.2%-
HSV(B)62.86º42.86%38.43%-
XYZ9.9111.515.44-
YUV92.61107.34130.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.4%
GREEN value IS 98 (38.67% from 255) = 39.2%
BLUE value IS 56 (22.27% from 255) = 22.4%
R=38.4%
G=39.2%
B=22.4%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9698560.0200.430.6262.8627.2730.2
Hex606238202B3E3f1b1e
Octal14014270205376773336
Binary110000011000101110001001010111111101111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606238; }

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

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

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

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

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

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

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

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