#3F8264

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

Shades of Viridian #3F8264

Tints of Viridian #3F8264

Color information

#3F8264 (or 0x3F8264) is unknown color: approx Viridian. HEX triplet: 3F, 82 and 64. RGB value is (63,130,100). Sum of RGB (Red+Green+Blue) = 63+130+100=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #3F8264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8264 is #C07D9B. Grayscale: #6A6A6A. Windows color (decimal): -12615068 or 6586943. OLE color: 6586943.

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

Color convert

RGB63130100-
CMYK0.5200.230.49
HSL153.13º34.72%37.84%-
HSV(B)153.13º51.54%50.98%-
XYZ12.3317.9414.87-
YUV106.55124.396.94-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.50%
GREEN value IS 130 (51.17% from 255) = 44.37%
BLUE value IS 100 (39.45% from 255) = 34.13%
R=21.50%
G=44.37%
B=34.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal631301000.5200.230.49153.1334.7237.84
Hex3F82643401731992326
Octal7720214464027612314346
Binary11111110000010110010011010001011111000110011001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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