#3F954F

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

Shades of Chateau Green #3F954F

Tints of Chateau Green #3F954F

Color information

#3F954F (or 0x3F954F) is unknown color: approx Chateau Green. HEX triplet: 3F, 95 and 4F. RGB value is (63,149,79). Sum of RGB (Red+Green+Blue) = 63+149+79=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 149 (58.59% from 255 or 51.20% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 149 - color contains mainly: green. Hex color #3F954F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F954F is #C06AB0. Grayscale: #737373. Windows color (decimal): -12610225 or 5215551. OLE color: 5215551.

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

Color convert

RGB6314979-
CMYK0.5800.470.42
HSL131.16º40.57%41.57%-
HSV(B)131.16º57.72%58.43%-
XYZ14.2123.1211.11-
YUV115.31107.5190.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.65%
GREEN value IS 149 (58.59% from 255) = 51.20%
BLUE value IS 79 (31.25% from 255) = 27.15%
R=21.65%
G=51.20%
B=27.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63149790.5800.470.42131.1640.5741.57
Hex3F954F3A02F2A83292a
Octal7722511772057522035152
Binary111111100101011001111111010010111110101010000011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F954F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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