#3F8265

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

Shades of Viridian #3F8265

Tints of Viridian #3F8265

Color information

#3F8265 (or 0x3F8265) is unknown color: approx Viridian. HEX triplet: 3F, 82 and 65. RGB value is (63,130,101). Sum of RGB (Red+Green+Blue) = 63+130+101=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #3F8265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8265 is #C07D9A. Grayscale: #6A6A6A. Windows color (decimal): -12615067 or 6652479. OLE color: 6652479.

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

Color convert

RGB63130101-
CMYK0.5200.220.49
HSL154.03º34.72%37.84%-
HSV(B)154.03º51.54%50.98%-
XYZ12.3817.9615.13-
YUV106.66124.896.86-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.43%
GREEN value IS 130 (51.17% from 255) = 44.22%
BLUE value IS 101 (39.84% from 255) = 34.35%
R=21.43%
G=44.22%
B=34.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal631301010.5200.220.49154.0334.7237.84
Hex3F826534016319a2326
Octal7720214564026612324346
Binary11111110000010110010111010001011011000110011010100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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