#3F8266

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

Shades of Viridian #3F8266

Tints of Viridian #3F8266

Color information

#3F8266 (or 0x3F8266) is unknown color: approx Viridian. HEX triplet: 3F, 82 and 66. RGB value is (63,130,102). Sum of RGB (Red+Green+Blue) = 63+130+102=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #3F8266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8266 is #C07D99. Grayscale: #6A6A6A. Windows color (decimal): -12615066 or 6718015. OLE color: 6718015.

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

Color convert

RGB63130102-
CMYK0.5200.220.49
HSL154.93º34.72%37.84%-
HSV(B)154.93º51.54%50.98%-
XYZ12.4317.9815.39-
YUV106.78125.396.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.36%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 102 (40.23% from 255) = 34.58%
R=21.36%
G=44.07%
B=34.58%

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
Decimal631301020.5200.220.49154.9334.7237.84
Hex3F826634016319b2326
Octal7720214664026612334346
Binary11111110000010110011011010001011011000110011011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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