#3F8E52

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

Shades of Chateau Green #3F8E52

Tints of Chateau Green #3F8E52

Color information

#3F8E52 (or 0x3F8E52) is unknown color: approx Chateau Green. HEX triplet: 3F, 8E and 52. RGB value is (63,142,82). Sum of RGB (Red+Green+Blue) = 63+142+82=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 142 (55.86% from 255 or 49.48% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 142 - color contains mainly: green. Hex color #3F8E52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8E52 is #C071AD. Grayscale: #6F6F6F. Windows color (decimal): -12612014 or 5410367. OLE color: 5410367.

HSL color Cylindrical-coordinate representation of color #3F8E52: hue angle of 134.43º 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 #3F8E52 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB6314282-
CMYK0.5600.420.44
HSL134.43º38.54%40.2%-
HSV(B)134.43º55.63%55.69%-
XYZ13.2521.0111.34-
YUV111.54111.3393.38-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.95%
GREEN value IS 142 (55.86% from 255) = 49.48%
BLUE value IS 82 (32.42% from 255) = 28.57%
R=21.95%
G=49.48%
B=28.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal63142820.5600.420.44134.4338.5440.2
Hex3F8E523802A2C862728
Octal7721612270052542064750
Binary111111100011101010010111000010101010110010000110100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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