#3F964E

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

Shades of Chateau Green #3F964E

Tints of Chateau Green #3F964E

Color information

#3F964E (or 0x3F964E) is unknown color: approx Chateau Green. HEX triplet: 3F, 96 and 4E. RGB value is (63,150,78). Sum of RGB (Red+Green+Blue) = 63+150+78=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 150 (58.98% from 255 or 51.55% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 150 - color contains mainly: green. Hex color #3F964E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F964E is #C069B1. Grayscale: #737373. Windows color (decimal): -12609970 or 5150271. OLE color: 5150271.

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

Color convert

RGB6315078-
CMYK0.5800.480.41
HSL130.34º40.85%41.76%-
HSV(B)130.34º58%58.82%-
XYZ14.3323.4210.97-
YUV115.78106.6890.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.65%
GREEN value IS 150 (58.98% from 255) = 51.55%
BLUE value IS 78 (30.86% from 255) = 26.80%
R=21.65%
G=51.55%
B=26.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal63150780.5800.480.41130.3440.8541.76
Hex3F964E3A0302982292a
Octal7722611672060512025152
Binary111111100101101001110111010011000010100110000010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F964E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,150,78); }

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

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

 a { background-color: rgb(63,150,78); }

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

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

 span { border-color: rgb(63,150,78); }

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