#3F8277

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

Shades of Viridian #3F8277

Tints of Viridian #3F8277

Color information

#3F8277 (or 0x3F8277) is unknown color: approx Viridian. HEX triplet: 3F, 82 and 77. RGB value is (63,130,119). Sum of RGB (Red+Green+Blue) = 63+130+119=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #3F8277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8277 is #C07D88. Grayscale: #6C6C6C. Windows color (decimal): -12615049 or 7832127. OLE color: 7832127.

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

Color convert

RGB63130119-
CMYK0.5200.080.49
HSL170.15º34.72%37.84%-
HSV(B)170.15º51.54%50.98%-
XYZ13.3618.3520.29-
YUV108.71133.895.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.19%
GREEN value IS 130 (51.17% from 255) = 41.67%
BLUE value IS 119 (46.88% from 255) = 38.14%
R=20.19%
G=41.67%
B=38.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal631301190.5200.080.49170.1534.7237.84
Hex3F8277340831aa2326
Octal7720216764010612524346
Binary1111111000001011101111101000100011000110101010100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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