#3E8270

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

Shades of Viridian #3E8270

Tints of Viridian #3E8270

Color information

#3E8270 (or 0x3E8270) is unknown color: approx Viridian. HEX triplet: 3E, 82 and 70. RGB value is (62,130,112). Sum of RGB (Red+Green+Blue) = 62+130+112=304 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.39% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #3E8270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8270 is #C17D8F. Grayscale: #6B6B6B. Windows color (decimal): -12680592 or 7373374. OLE color: 7373374.

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

Color convert

RGB62130112-
CMYK0.5200.140.49
HSL164.12º35.42%37.65%-
HSV(B)164.12º52.31%50.98%-
XYZ12.8918.1618.15-
YUV107.62130.4795.46-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.39%
GREEN value IS 130 (51.17% from 255) = 42.76%
BLUE value IS 112 (44.14% from 255) = 36.84%
R=20.39%
G=42.76%
B=36.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal621301120.5200.140.49164.1235.4237.65
Hex3E8270340E31a42326
Octal7620216064016612444346
Binary1111101000001011100001101000111011000110100100100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,130,112); }

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

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

 a { background-color: rgb(62,130,112); }

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

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

 span { border-color: rgb(62,130,112); }

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