#3E846C

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

Shades of Viridian #3E846C

Tints of Viridian #3E846C

Color information

#3E846C (or 0x3E846C) is unknown color: approx Viridian. HEX triplet: 3E, 84 and 6C. RGB value is (62,132,108). Sum of RGB (Red+Green+Blue) = 62+132+108=302 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.53% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #3E846C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E846C is #C17B93. Grayscale: #6C6C6C. Windows color (decimal): -12680084 or 7111742. OLE color: 7111742.

HSL color Cylindrical-coordinate representation of color #3E846C: hue angle of 159.43º 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 #3E846C is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB62132108-
CMYK0.5300.180.48
HSL159.43º36.08%38.04%-
HSV(B)159.43º53.03%51.76%-
XYZ12.9418.6117.1-
YUV108.33127.8194.95-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.53%
GREEN value IS 132 (51.95% from 255) = 43.71%
BLUE value IS 108 (42.58% from 255) = 35.76%
R=20.53%
G=43.71%
B=35.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal621321080.5300.180.48159.4336.0838.04
Hex3E846C35012309f2426
Octal7620415465022602374446
Binary11111010000100110110011010101001011000010011111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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