#3F944F

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

Shades of Chateau Green #3F944F

Tints of Chateau Green #3F944F

Color information

#3F944F (or 0x3F944F) is unknown color: approx Chateau Green. HEX triplet: 3F, 94 and 4F. RGB value is (63,148,79). Sum of RGB (Red+Green+Blue) = 63+148+79=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 148 (58.20% from 255 or 51.03% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 148 - color contains mainly: green. Hex color #3F944F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F944F is #C06BB0. Grayscale: #727272. Windows color (decimal): -12610481 or 5215295. OLE color: 5215295.

HSL color Cylindrical-coordinate representation of color #3F944F: hue angle of 131.29º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F944F is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB6314879-
CMYK0.5700.470.42
HSL131.29º40.28%41.37%-
HSV(B)131.29º57.43%58.04%-
XYZ14.0522.811.06-
YUV114.72107.8491.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.72%
GREEN value IS 148 (58.20% from 255) = 51.03%
BLUE value IS 79 (31.25% from 255) = 27.24%
R=21.72%
G=51.03%
B=27.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63148790.5700.470.42131.2940.2841.37
Hex3F944F3902F2A832829
Octal7722411771057522035051
Binary111111100101001001111111001010111110101010000011101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F944F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,148,79); }

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

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

 a { background-color: rgb(63,148,79); }

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

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

 span { border-color: rgb(63,148,79); }

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