#3F7F6C

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

Shades of Viridian #3F7F6C

Tints of Viridian #3F7F6C

Color information

#3F7F6C (or 0x3F7F6C) is unknown color: approx Viridian. HEX triplet: 3F, 7F and 6C. RGB value is (63,127,108). Sum of RGB (Red+Green+Blue) = 63+127+108=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 127 (50% from 255 or 42.62% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 127 - color contains mainly: green. Hex color #3F7F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7F6C is #C08093. Grayscale: #696969. Windows color (decimal): -12615828 or 7110463. OLE color: 7110463.

HSL color Cylindrical-coordinate representation of color #3F7F6C: hue angle of 162.19º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F7F6C is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB63127108-
CMYK0.5000.150.50
HSL162.19º33.68%37.25%-
HSV(B)162.19º50.39%49.8%-
XYZ12.3517.3216.88-
YUV105.7129.397.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.14%
GREEN value IS 127 (50% from 255) = 42.62%
BLUE value IS 108 (42.58% from 255) = 36.24%
R=21.14%
G=42.62%
B=36.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal631271080.5000.150.50162.1933.6837.25
Hex3F7F6C320F32a22225
Octal7717715462017622424245
Binary111111111111111011001100100111111001010100010100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,127,108); }

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

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

 a { background-color: rgb(63,127,108); }

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

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

 span { border-color: rgb(63,127,108); }

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