#3FB15A

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

Shades of Chateau Green #3FB15A

Tints of Chateau Green #3FB15A

Color information

#3FB15A (or 0x3FB15A) is unknown color: approx Chateau Green. HEX triplet: 3F, B1 and 5A. RGB value is (63,177,90). Sum of RGB (Red+Green+Blue) = 63+177+90=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 177 (69.53% from 255 or 53.64% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 177 - color contains mainly: green. Hex color #3FB15A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FB15A is #C04EA5. Grayscale: #858585. Windows color (decimal): -12603046 or 5943615. OLE color: 5943615.

HSL color Cylindrical-coordinate representation of color #3FB15A: hue angle of 134.21º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FB15A is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB6317790-
CMYK0.6400.490.31
HSL134.21º47.5%47.06%-
HSV(B)134.21º64.41%69.41%-
XYZ19.6233.2415.05-
YUV133103.7378.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.09%
GREEN value IS 177 (69.53% from 255) = 53.64%
BLUE value IS 90 (35.55% from 255) = 27.27%
R=19.09%
G=53.64%
B=27.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal63177900.6400.490.31134.2147.547.06
Hex3FB15A400311F86302f
Octal77261132100061372066057
Binary111111101100011011010100000001100011111110000110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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