#3F945C

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

Shades of Chateau Green #3F945C

Tints of Chateau Green #3F945C

Color information

#3F945C (or 0x3F945C) is unknown color: approx Chateau Green. HEX triplet: 3F, 94 and 5C. RGB value is (63,148,92). Sum of RGB (Red+Green+Blue) = 63+148+92=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #3F945C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F945C is #C06BA3. Grayscale: #747474. Windows color (decimal): -12610468 or 6067263. OLE color: 6067263.

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

Color convert

RGB6314892-
CMYK0.5700.380.42
HSL140.47º40.28%41.37%-
HSV(B)140.47º57.43%58.04%-
XYZ14.5723.0113.8-
YUV116.2114.3490.05-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.79%
GREEN value IS 148 (58.20% from 255) = 48.84%
BLUE value IS 92 (36.33% from 255) = 30.36%
R=20.79%
G=48.84%
B=30.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63148920.5700.380.42140.4740.2841.37
Hex3F945C390262A8c2829
Octal7722413471046522145051
Binary111111100101001011100111001010011010101010001100101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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