#3F8E50

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

Shades of Chateau Green #3F8E50

Tints of Chateau Green #3F8E50

Color information

#3F8E50 (or 0x3F8E50) is unknown color: approx Chateau Green. HEX triplet: 3F, 8E and 50. RGB value is (63,142,80). Sum of RGB (Red+Green+Blue) = 63+142+80=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 142 (55.86% from 255 or 49.82% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 142 - color contains mainly: green. Hex color #3F8E50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8E50 is #C071AF. Grayscale: #6F6F6F. Windows color (decimal): -12612016 or 5279295. OLE color: 5279295.

HSL color Cylindrical-coordinate representation of color #3F8E50: hue angle of 132.91º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F8E50 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB6314280-
CMYK0.5600.440.44
HSL132.91º38.54%40.2%-
HSV(B)132.91º55.63%55.69%-
XYZ13.1720.9810.95-
YUV111.31110.3393.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.11%
GREEN value IS 142 (55.86% from 255) = 49.82%
BLUE value IS 80 (31.64% from 255) = 28.07%
R=22.11%
G=49.82%
B=28.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal63142800.5600.440.44132.9138.5440.2
Hex3F8E503802C2C852728
Octal7721612070054542054750
Binary111111100011101010000111000010110010110010000101100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,142,80); }

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

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

 a { background-color: rgb(63,142,80); }

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

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

 span { border-color: rgb(63,142,80); }

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