#3E846B

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

Shades of Viridian #3E846B

Tints of Viridian #3E846B

Color information

#3E846B (or 0x3E846B) is unknown color: approx Viridian. HEX triplet: 3E, 84 and 6B. RGB value is (62,132,107). Sum of RGB (Red+Green+Blue) = 62+132+107=301 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.60% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 132 - color contains mainly: green. Hex color #3E846B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E846B is #C17B94. Grayscale: #6C6C6C. Windows color (decimal): -12680085 or 7046206. OLE color: 7046206.

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

Color convert

RGB62132107-
CMYK0.5300.190.48
HSL158.57º36.08%38.04%-
HSV(B)158.57º53.03%51.76%-
XYZ12.8918.5916.82-
YUV108.22127.3195.03-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.60%
GREEN value IS 132 (51.95% from 255) = 43.85%
BLUE value IS 107 (42.19% from 255) = 35.55%
R=20.60%
G=43.85%
B=35.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal621321070.5300.190.48158.5736.0838.04
Hex3E846B35013309f2426
Octal7620415365023602374446
Binary11111010000100110101111010101001111000010011111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E846B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,132,107); }

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

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

 a { background-color: rgb(62,132,107); }

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

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

 span { border-color: rgb(62,132,107); }

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