#3F945A

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

Shades of Chateau Green #3F945A

Tints of Chateau Green #3F945A

Color information

#3F945A (or 0x3F945A) is unknown color: approx Chateau Green. HEX triplet: 3F, 94 and 5A. RGB value is (63,148,90). Sum of RGB (Red+Green+Blue) = 63+148+90=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #3F945A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F945A is #C06BA5. Grayscale: #747474. Windows color (decimal): -12610470 or 5936191. OLE color: 5936191.

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

Color convert

RGB6314890-
CMYK0.5700.390.42
HSL139.06º40.28%41.37%-
HSV(B)139.06º57.43%58.04%-
XYZ14.4922.9713.34-
YUV115.97113.3490.22-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.93%
GREEN value IS 148 (58.20% from 255) = 49.17%
BLUE value IS 90 (35.55% from 255) = 29.90%
R=20.93%
G=49.17%
B=29.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63148900.5700.390.42139.0640.2841.37
Hex3F945A390272A8b2829
Octal7722413271047522135051
Binary111111100101001011010111001010011110101010001011101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F945A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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