#5E6239

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

Shades of Verdigris #5E6239

Tints of Verdigris #5E6239

Color information

#5E6239 (or 0x5E6239) is unknown color: approx Verdigris. HEX triplet: 5E, 62 and 39. RGB value is (94,98,57). Sum of RGB (Red+Green+Blue) = 94+98+57=249 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.75% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 98 - color contains mainly: green. Hex color #5E6239 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6239 is #A19DC6. Grayscale: #5C5C5C. Windows color (decimal): -10591687 or 3760734. OLE color: 3760734.

HSL color Cylindrical-coordinate representation of color #5E6239: hue angle of 65.85º degrees, saturation: 0.26, 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 #5E6239 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB949857-
CMYK0.0400.420.62
HSL65.85º26.45%30.39%-
HSV(B)65.85º41.84%38.43%-
XYZ9.7211.415.56-
YUV92.13108.17129.33-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.75%
GREEN value IS 98 (38.67% from 255) = 39.36%
BLUE value IS 57 (22.66% from 255) = 22.89%
R=37.75%
G=39.36%
B=22.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9498570.0400.420.6265.8526.4530.39
Hex5E6239402A3E421a1e
Octal136142714052761023236
Binary10111101100010111001100010101011111010000101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,98,57); }

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

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

 a { background-color: rgb(94,98,57); }

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

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

 span { border-color: rgb(94,98,57); }

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