#3F9350

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

Shades of Chateau Green #3F9350

Tints of Chateau Green #3F9350

Color information

#3F9350 (or 0x3F9350) is unknown color: approx Chateau Green. HEX triplet: 3F, 93 and 50. RGB value is (63,147,80). Sum of RGB (Red+Green+Blue) = 63+147+80=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 147 (57.81% from 255 or 50.69% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 147 - color contains mainly: green. Hex color #3F9350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9350 is #C06CAF. Grayscale: #727272. Windows color (decimal): -12610736 or 5280575. OLE color: 5280575.

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

Color convert

RGB6314780-
CMYK0.5700.460.42
HSL132.14º40%41.18%-
HSV(B)132.14º57.14%57.65%-
XYZ13.9322.511.2-
YUV114.25108.6791.45-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.72%
GREEN value IS 147 (57.81% from 255) = 50.69%
BLUE value IS 80 (31.64% from 255) = 27.59%
R=21.72%
G=50.69%
B=27.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63147800.5700.460.42132.144041.18
Hex3F93503902E2A842829
Octal7722312071056522045051
Binary111111100100111010000111001010111010101010000100101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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