#3E8668

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

Shades of Viridian #3E8668

Tints of Viridian #3E8668

Color information

#3E8668 (or 0x3E8668) is unknown color: approx Viridian. HEX triplet: 3E, 86 and 68. RGB value is (62,134,104). Sum of RGB (Red+Green+Blue) = 62+134+104=300 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.67% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 134 - color contains mainly: green. Hex color #3E8668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8668 is #C17997. Grayscale: #6D6D6D. Windows color (decimal): -12679576 or 6850110. OLE color: 6850110.

HSL color Cylindrical-coordinate representation of color #3E8668: hue angle of 155º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E8668 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB62134104-
CMYK0.5400.220.47
HSL155º36.73%38.43%-
HSV(B)155º53.73%52.55%-
XYZ13.0119.0716.09-
YUV109.05125.1594.44-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.67%
GREEN value IS 134 (52.73% from 255) = 44.67%
BLUE value IS 104 (41.02% from 255) = 34.67%
R=20.67%
G=44.67%
B=34.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal621341040.5400.220.4715536.7338.43
Hex3E8668360162F9b2526
Octal7620615066026572334546
Binary11111010000110110100011011001011010111110011011100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,134,104); }

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

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

 a { background-color: rgb(62,134,104); }

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

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

 span { border-color: rgb(62,134,104); }

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