#3F955E

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

Shades of Chateau Green #3F955E

Tints of Chateau Green #3F955E

Color information

#3F955E (or 0x3F955E) is unknown color: approx Chateau Green. HEX triplet: 3F, 95 and 5E. RGB value is (63,149,94). Sum of RGB (Red+Green+Blue) = 63+149+94=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 149 (58.59% from 255 or 48.69% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 149 - color contains mainly: green. Hex color #3F955E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F955E is #C06AA1. Grayscale: #757575. Windows color (decimal): -12610210 or 6198591. OLE color: 6198591.

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

Color convert

RGB6314994-
CMYK0.5800.370.42
HSL141.63º40.57%41.57%-
HSV(B)141.63º57.72%58.43%-
XYZ14.8223.3614.32-
YUV117.02115.0189.47-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.59%
GREEN value IS 149 (58.59% from 255) = 48.69%
BLUE value IS 94 (37.11% from 255) = 30.72%
R=20.59%
G=48.69%
B=30.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63149940.5800.370.42141.6340.5741.57
Hex3F955E3A0252A8e292a
Octal7722513672045522165152
Binary111111100101011011110111010010010110101010001110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F955E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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