#3F7A66

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

Shades of Viridian #3F7A66

Tints of Viridian #3F7A66

Color information

#3F7A66 (or 0x3F7A66) is unknown color: approx Viridian. HEX triplet: 3F, 7A and 66. RGB value is (63,122,102). Sum of RGB (Red+Green+Blue) = 63+122+102=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 122 - color contains mainly: green. Hex color #3F7A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7A66 is #C08599. Grayscale: #666666. Windows color (decimal): -12617114 or 6715967. OLE color: 6715967.

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

Color convert

RGB63122102-
CMYK0.4800.160.52
HSL159.66º31.89%36.27%-
HSV(B)159.66º48.36%47.84%-
XYZ11.4115.9415.04-
YUV102.08127.95100.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.95%
GREEN value IS 122 (48.05% from 255) = 42.51%
BLUE value IS 102 (40.23% from 255) = 35.54%
R=21.95%
G=42.51%
B=35.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal631221020.4800.160.52159.6631.8936.27
Hex3F7A663001034a02024
Octal7717214660020642404044
Binary1111111111010110011011000001000011010010100000100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,122,102); }

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

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

 a { background-color: rgb(63,122,102); }

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

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

 span { border-color: rgb(63,122,102); }

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