#3E8775

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

Shades of Viridian #3E8775

Tints of Viridian #3E8775

Color information

#3E8775 (or 0x3E8775) is unknown color: approx Viridian. HEX triplet: 3E, 87 and 75. RGB value is (62,135,117). Sum of RGB (Red+Green+Blue) = 62+135+117=314 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.75% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 135 - color contains mainly: green. Hex color #3E8775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8775 is #C1788A. Grayscale: #6F6F6F. Windows color (decimal): -12679307 or 7702334. OLE color: 7702334.

HSL color Cylindrical-coordinate representation of color #3E8775: hue angle of 165.21º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E8775 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB62135117-
CMYK0.5400.130.47
HSL165.21º37.06%38.63%-
HSV(B)165.21º54.07%52.94%-
XYZ13.8619.6419.89-
YUV111.12131.3292.96-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.75%
GREEN value IS 135 (53.12% from 255) = 42.99%
BLUE value IS 117 (46.09% from 255) = 37.26%
R=19.75%
G=42.99%
B=37.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal621351170.5400.130.47165.2137.0638.63
Hex3E8775360D2Fa52527
Octal7620716566015572454547
Binary1111101000011111101011101100110110111110100101100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E8775; }

 p { color: rgb(62,135,117); }

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

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

 a { background-color: rgb(62,135,117); }

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

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

 span { border-color: rgb(62,135,117); }

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