#3FA564

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

Shades of Chateau Green #3FA564

Tints of Chateau Green #3FA564

Color information

#3FA564 (or 0x3FA564) is unknown color: approx Chateau Green. HEX triplet: 3F, A5 and 64. RGB value is (63,165,100). Sum of RGB (Red+Green+Blue) = 63+165+100=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 165 (64.84% from 255 or 50.30% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 165 - color contains mainly: green. Hex color #3FA564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA564 is #C05A9B. Grayscale: #7F7F7F. Windows color (decimal): -12606108 or 6595903. OLE color: 6595903.

HSL color Cylindrical-coordinate representation of color #3FA564: hue angle of 141.76º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA564 is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB63165100-
CMYK0.6200.390.35
HSL141.76º44.74%44.71%-
HSV(B)141.76º61.82%64.71%-
XYZ17.8128.8916.69-
YUV127.09112.7182.29-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.21%
GREEN value IS 165 (64.84% from 255) = 50.30%
BLUE value IS 100 (39.45% from 255) = 30.49%
R=19.21%
G=50.30%
B=30.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal631651000.6200.390.35141.7644.7444.71
Hex3FA5643E027238e2d2d
Octal7724514476047432165555
Binary111111101001011100100111110010011110001110001110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,165,100); }

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

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

 a { background-color: rgb(63,165,100); }

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

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

 span { border-color: rgb(63,165,100); }

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