#3F936E

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

Shades of Viridian #3F936E

Tints of Viridian #3F936E

Color information

#3F936E (or 0x3F936E) is unknown color: approx Viridian. HEX triplet: 3F, 93 and 6E. RGB value is (63,147,110). Sum of RGB (Red+Green+Blue) = 63+147+110=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #3F936E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F936E is #C06C91. Grayscale: #757575. Windows color (decimal): -12610706 or 7246655. OLE color: 7246655.

HSL color Cylindrical-coordinate representation of color #3F936E: hue angle of 153.57º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F936E is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB63147110-
CMYK0.5700.250.42
HSL153.57º40%41.18%-
HSV(B)153.57º57.14%57.65%-
XYZ15.323.0518.39-
YUV117.67123.6789.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.69%
GREEN value IS 147 (57.81% from 255) = 45.94%
BLUE value IS 110 (43.36% from 255) = 34.38%
R=19.69%
G=45.94%
B=34.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal631471100.5700.250.42153.574041.18
Hex3F936E390192A9a2829
Octal7722315671031522325051
Binary11111110010011110111011100101100110101010011010101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F936E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,147,110); }

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

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

 a { background-color: rgb(63,147,110); }

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

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

 span { border-color: rgb(63,147,110); }

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