#3F935C

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

Shades of Chateau Green #3F935C

Tints of Chateau Green #3F935C

Color information

#3F935C (or 0x3F935C) is unknown color: approx Chateau Green. HEX triplet: 3F, 93 and 5C. RGB value is (63,147,92). Sum of RGB (Red+Green+Blue) = 63+147+92=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #3F935C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F935C is #C06CA3. Grayscale: #737373. Windows color (decimal): -12610724 or 6067007. OLE color: 6067007.

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

Color convert

RGB6314792-
CMYK0.5700.370.42
HSL140.71º40%41.18%-
HSV(B)140.71º57.14%57.65%-
XYZ14.4222.713.75-
YUV115.61114.6790.47-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.86%
GREEN value IS 147 (57.81% from 255) = 48.68%
BLUE value IS 92 (36.33% from 255) = 30.46%
R=20.86%
G=48.68%
B=30.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63147920.5700.370.42140.714041.18
Hex3F935C390252A8d2829
Octal7722313471045522155051
Binary111111100100111011100111001010010110101010001101101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F935C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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