#3E8378

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

Shades of Viridian #3E8378

Tints of Viridian #3E8378

Color information

#3E8378 (or 0x3E8378) is unknown color: approx Viridian. HEX triplet: 3E, 83 and 78. RGB value is (62,131,120). Sum of RGB (Red+Green+Blue) = 62+131+120=313 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.81% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 131 - color contains mainly: green. Hex color #3E8378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8378 is #C17C87. Grayscale: #6D6D6D. Windows color (decimal): -12680328 or 7897918. OLE color: 7897918.

HSL color Cylindrical-coordinate representation of color #3E8378: hue angle of 170.43º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E8378 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB62131120-
CMYK0.5300.080.49
HSL170.43º35.75%37.84%-
HSV(B)170.43º52.67%51.37%-
XYZ13.4918.6120.65-
YUV109.11134.1494.39-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.81%
GREEN value IS 131 (51.56% from 255) = 41.85%
BLUE value IS 120 (47.27% from 255) = 38.34%
R=19.81%
G=41.85%
B=38.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal621311200.5300.080.49170.4335.7537.84
Hex3E8378350831aa2426
Octal7620317065010612524446
Binary1111101000001111110001101010100011000110101010100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,131,120); }

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

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

 a { background-color: rgb(62,131,120); }

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

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

 span { border-color: rgb(62,131,120); }

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