#5E6135

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

Shades of Verdigris #5E6135

Tints of Verdigris #5E6135

Color information

#5E6135 (or 0x5E6135) is unknown color: approx Verdigris. HEX triplet: 5E, 61 and 35. RGB value is (94,97,53). Sum of RGB (Red+Green+Blue) = 94+97+53=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 97 - color contains mainly: green. Hex color #5E6135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6135 is #A19ECA. Grayscale: #5B5B5B. Windows color (decimal): -10591947 or 3498334. OLE color: 3498334.

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

Color convert

RGB949753-
CMYK0.0300.450.62
HSL64.09º29.33%29.41%-
HSV(B)64.09º45.36%38.04%-
XYZ9.5311.195.02-
YUV91.09106.51130.08-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 38.52%
GREEN value IS 97 (38.28% from 255) = 39.75%
BLUE value IS 53 (21.09% from 255) = 21.72%
R=38.52%
G=39.75%
B=21.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9497530.0300.450.6264.0929.3329.41
Hex5E6135302D3E401d1d
Octal136141653055761003535
Binary1011110110000111010111010110111111010000001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,97,53); }

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

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

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

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

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

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

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