#3F7562

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

Shades of Viridian #3F7562

Tints of Viridian #3F7562

Color information

#3F7562 (or 0x3F7562) is unknown color: approx Viridian. HEX triplet: 3F, 75 and 62. RGB value is (63,117,98). Sum of RGB (Red+Green+Blue) = 63+117+98=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 117 - color contains mainly: green. Hex color #3F7562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7562 is #C08A9D. Grayscale: #626262. Windows color (decimal): -12618398 or 6452543. OLE color: 6452543.

HSL color Cylindrical-coordinate representation of color #3F7562: hue angle of 158.89º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F7562 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB6311798-
CMYK0.4600.160.54
HSL158.89º30%35.29%-
HSV(B)158.89º46.15%45.88%-
XYZ10.6214.6613.83-
YUV98.69127.61102.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.66%
GREEN value IS 117 (46.09% from 255) = 42.09%
BLUE value IS 98 (38.67% from 255) = 35.25%
R=22.66%
G=42.09%
B=35.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63117980.4600.160.54158.893035.29
Hex3F75622E010369f1e23
Octal7716514256020662373643
Binary111111111010111000101011100100001101101001111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,117,98); }

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

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

 a { background-color: rgb(63,117,98); }

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

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

 span { border-color: rgb(63,117,98); }

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