#3E876E

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

Shades of Viridian #3E876E

Tints of Viridian #3E876E

Color information

#3E876E (or 0x3E876E) is unknown color: approx Viridian. HEX triplet: 3E, 87 and 6E. RGB value is (62,135,110). Sum of RGB (Red+Green+Blue) = 62+135+110=307 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.20% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 135 - color contains mainly: green. Hex color #3E876E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E876E is #C17891. Grayscale: #6E6E6E. Windows color (decimal): -12679314 or 7243582. OLE color: 7243582.

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

Color convert

RGB62135110-
CMYK0.5400.190.47
HSL159.45º37.06%38.63%-
HSV(B)159.45º54.07%52.94%-
XYZ13.4719.4817.8-
YUV110.32127.8293.53-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.20%
GREEN value IS 135 (53.12% from 255) = 43.97%
BLUE value IS 110 (43.36% from 255) = 35.83%
R=20.20%
G=43.97%
B=35.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal621351100.5400.190.47159.4537.0638.63
Hex3E876E360132F9f2527
Octal7620715666023572374547
Binary11111010000111110111011011001001110111110011111100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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