#3F8269

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

Shades of Viridian #3F8269

Tints of Viridian #3F8269

Color information

#3F8269 (or 0x3F8269) is unknown color: approx Viridian. HEX triplet: 3F, 82 and 69. RGB value is (63,130,105). Sum of RGB (Red+Green+Blue) = 63+130+105=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #3F8269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8269 is #C07D96. Grayscale: #6B6B6B. Windows color (decimal): -12615063 or 6914623. OLE color: 6914623.

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

Color convert

RGB63130105-
CMYK0.5200.190.49
HSL157.61º34.72%37.84%-
HSV(B)157.61º51.54%50.98%-
XYZ12.5818.0416.18-
YUV107.12126.896.53-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.14%
GREEN value IS 130 (51.17% from 255) = 43.62%
BLUE value IS 105 (41.41% from 255) = 35.23%
R=21.14%
G=43.62%
B=35.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal631301050.5200.190.49157.6134.7237.84
Hex3F826934013319e2326
Octal7720215164023612364346
Binary11111110000010110100111010001001111000110011110100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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