#3F8276

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

Shades of Viridian #3F8276

Tints of Viridian #3F8276

Color information

#3F8276 (or 0x3F8276) is unknown color: approx Viridian. HEX triplet: 3F, 82 and 76. RGB value is (63,130,118). Sum of RGB (Red+Green+Blue) = 63+130+118=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 130 - color contains mainly: green. Hex color #3F8276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8276 is #C07D89. Grayscale: #6C6C6C. Windows color (decimal): -12615050 or 7766591. OLE color: 7766591.

HSL color Cylindrical-coordinate representation of color #3F8276: hue angle of 169.25º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F8276 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB63130118-
CMYK0.5200.090.49
HSL169.25º34.72%37.84%-
HSV(B)169.25º51.54%50.98%-
XYZ13.318.3319.98-
YUV108.6133.395.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.26%
GREEN value IS 130 (51.17% from 255) = 41.80%
BLUE value IS 118 (46.48% from 255) = 37.94%
R=20.26%
G=41.80%
B=37.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal631301180.5200.090.49169.2534.7237.84
Hex3F8276340931a92326
Octal7720216664011612514346
Binary1111111000001011101101101000100111000110101001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,130,118); }

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

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

 a { background-color: rgb(63,130,118); }

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

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

 span { border-color: rgb(63,130,118); }

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