#3E8B69

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

Shades of Viridian #3E8B69

Tints of Viridian #3E8B69

Color information

#3E8B69 (or 0x3E8B69) is unknown color: approx Viridian. HEX triplet: 3E, 8B and 69. RGB value is (62,139,105). Sum of RGB (Red+Green+Blue) = 62+139+105=306 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.26% from 306); Green value is 139 (54.69% from 255 or 45.42% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 139 - color contains mainly: green. Hex color #3E8B69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8B69 is #C17496. Grayscale: #707070. Windows color (decimal): -12678295 or 6916926. OLE color: 6916926.

HSL color Cylindrical-coordinate representation of color #3E8B69: hue angle of 153.51º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E8B69 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB62139105-
CMYK0.5500.240.45
HSL153.51º38.31%39.41%-
HSV(B)153.51º55.4%54.51%-
XYZ13.7720.5116.6-
YUV112.1123.9992.26-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.26%
GREEN value IS 139 (54.69% from 255) = 45.42%
BLUE value IS 105 (41.41% from 255) = 34.31%
R=20.26%
G=45.42%
B=34.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal621391050.5500.240.45153.5138.3139.41
Hex3E8B69370182D9a2627
Octal7621315167030552324647
Binary11111010001011110100111011101100010110110011010100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,139,105); }

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

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

 a { background-color: rgb(62,139,105); }

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

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

 span { border-color: rgb(62,139,105); }

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