#3E856C

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

Shades of Viridian #3E856C

Tints of Viridian #3E856C

Color information

#3E856C (or 0x3E856C) is unknown color: approx Viridian. HEX triplet: 3E, 85 and 6C. RGB value is (62,133,108). Sum of RGB (Red+Green+Blue) = 62+133+108=303 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.46% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #3E856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E856C is #C17A93. Grayscale: #6C6C6C. Windows color (decimal): -12679828 or 7111998. OLE color: 7111998.

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

Color convert

RGB62133108-
CMYK0.5300.190.48
HSL158.87º36.41%38.24%-
HSV(B)158.87º53.38%52.16%-
XYZ13.0818.8817.14-
YUV108.92127.4894.53-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.46%
GREEN value IS 133 (52.34% from 255) = 43.89%
BLUE value IS 108 (42.58% from 255) = 35.64%
R=20.46%
G=43.89%
B=35.64%

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
Decimal621331080.5300.190.48158.8736.4138.24
Hex3E856C35013309f2426
Octal7620515465023602374446
Binary11111010000101110110011010101001111000010011111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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