#3E8777

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

Shades of Viridian #3E8777

Tints of Viridian #3E8777

Color information

#3E8777 (or 0x3E8777) is unknown color: approx Viridian. HEX triplet: 3E, 87 and 77. RGB value is (62,135,119). Sum of RGB (Red+Green+Blue) = 62+135+119=316 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.62% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 135 - color contains mainly: green. Hex color #3E8777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8777 is #C17888. Grayscale: #6F6F6F. Windows color (decimal): -12679305 or 7833406. OLE color: 7833406.

HSL color Cylindrical-coordinate representation of color #3E8777: hue angle of 166.85º 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 #3E8777 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB62135119-
CMYK0.5400.120.47
HSL166.85º37.06%38.63%-
HSV(B)166.85º54.07%52.94%-
XYZ13.9819.6820.52-
YUV111.35132.3292.8-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.62%
GREEN value IS 135 (53.12% from 255) = 42.72%
BLUE value IS 119 (46.88% from 255) = 37.66%
R=19.62%
G=42.72%
B=37.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal621351190.5400.120.47166.8537.0638.63
Hex3E8777360C2Fa72527
Octal7620716766014572474547
Binary1111101000011111101111101100110010111110100111100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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