#3E8875

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

Shades of Viridian #3E8875

Tints of Viridian #3E8875

Color information

#3E8875 (or 0x3E8875) is unknown color: approx Viridian. HEX triplet: 3E, 88 and 75. RGB value is (62,136,117). Sum of RGB (Red+Green+Blue) = 62+136+117=315 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.68% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #3E8875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8875 is #C1778A. Grayscale: #6F6F6F. Windows color (decimal): -12679051 or 7702590. OLE color: 7702590.

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

Color convert

RGB62136117-
CMYK0.5400.140.47
HSL164.59º37.37%38.82%-
HSV(B)164.59º54.41%53.33%-
XYZ1419.9219.94-
YUV111.71130.9892.54-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.68%
GREEN value IS 136 (53.52% from 255) = 43.17%
BLUE value IS 117 (46.09% from 255) = 37.14%
R=19.68%
G=43.17%
B=37.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal621361170.5400.140.47164.5937.3738.82
Hex3E8875360E2Fa52527
Octal7621016566016572454547
Binary1111101000100011101011101100111010111110100101100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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