#3FB056

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

Shades of Chateau Green #3FB056

Tints of Chateau Green #3FB056

Color information

#3FB056 (or 0x3FB056) is unknown color: approx Chateau Green. HEX triplet: 3F, B0 and 56. RGB value is (63,176,86). Sum of RGB (Red+Green+Blue) = 63+176+86=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 176 (69.14% from 255 or 54.15% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 176 - color contains mainly: green. Hex color #3FB056 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FB056 is #C04FA9. Grayscale: #848484. Windows color (decimal): -12603306 or 5681215. OLE color: 5681215.

HSL color Cylindrical-coordinate representation of color #3FB056: hue angle of 132.21º degrees, saturation: 0.47, 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 #3FB056 is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB6317686-
CMYK0.6400.510.31
HSL132.21º47.28%46.86%-
HSV(B)132.21º64.2%69.02%-
XYZ19.2532.7814.12-
YUV131.95102.0678.82-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.38%
GREEN value IS 176 (69.14% from 255) = 54.15%
BLUE value IS 86 (33.98% from 255) = 26.46%
R=19.38%
G=54.15%
B=26.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal63176860.6400.510.31132.2147.2846.86
Hex3FB056400331F842f2f
Octal77260126100063372045757
Binary111111101100001010110100000001100111111110000100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,176,86); }

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

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

 a { background-color: rgb(63,176,86); }

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

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

 span { border-color: rgb(63,176,86); }

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