#3F7A65

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

Shades of Viridian #3F7A65

Tints of Viridian #3F7A65

Color information

#3F7A65 (or 0x3F7A65) is unknown color: approx Viridian. HEX triplet: 3F, 7A and 65. RGB value is (63,122,101). Sum of RGB (Red+Green+Blue) = 63+122+101=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 122 (48.05% from 255 or 42.66% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 122 - color contains mainly: green. Hex color #3F7A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7A65 is #C0859A. Grayscale: #656565. Windows color (decimal): -12617115 or 6650431. OLE color: 6650431.

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

Color convert

RGB63122101-
CMYK0.4800.170.52
HSL158.64º31.89%36.27%-
HSV(B)158.64º48.36%47.84%-
XYZ11.3615.9214.79-
YUV101.96127.45100.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.03%
GREEN value IS 122 (48.05% from 255) = 42.66%
BLUE value IS 101 (39.84% from 255) = 35.31%
R=22.03%
G=42.66%
B=35.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal631221010.4800.170.52158.6431.8936.27
Hex3F7A6530011349f2024
Octal7717214560021642374044
Binary1111111111010110010111000001000111010010011111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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