#3F914C

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

Shades of Chateau Green #3F914C

Tints of Chateau Green #3F914C

Color information

#3F914C (or 0x3F914C) is unknown color: approx Chateau Green. HEX triplet: 3F, 91 and 4C. RGB value is (63,145,76). Sum of RGB (Red+Green+Blue) = 63+145+76=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #3F914C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F914C is #C06EB3. Grayscale: #707070. Windows color (decimal): -12611252 or 5017919. OLE color: 5017919.

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

Color convert

RGB6314576-
CMYK0.5700.480.43
HSL129.51º39.42%40.78%-
HSV(B)129.51º56.55%56.86%-
XYZ13.4821.8310.34-
YUV112.62107.3392.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.18%
GREEN value IS 145 (57.03% from 255) = 51.06%
BLUE value IS 76 (30.08% from 255) = 26.76%
R=22.18%
G=51.06%
B=26.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal63145760.5700.480.43129.5139.4240.78
Hex3F914C390302B822729
Octal7722111471060532024751
Binary111111100100011001100111001011000010101110000010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F914C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,145,76); }

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

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

 a { background-color: rgb(63,145,76); }

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

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

 span { border-color: rgb(63,145,76); }

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