#3FB05C

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

Shades of Chateau Green #3FB05C

Tints of Chateau Green #3FB05C

Color information

#3FB05C (or 0x3FB05C) is unknown color: approx Chateau Green. HEX triplet: 3F, B0 and 5C. RGB value is (63,176,92). Sum of RGB (Red+Green+Blue) = 63+176+92=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 176 (69.14% from 255 or 53.17% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 176 - color contains mainly: green. Hex color #3FB05C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FB05C is #C04FA3. Grayscale: #848484. Windows color (decimal): -12603300 or 6074431. OLE color: 6074431.

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

Color convert

RGB6317692-
CMYK0.6400.480.31
HSL135.4º47.28%46.86%-
HSV(B)135.4º64.2%69.02%-
XYZ19.5132.8815.44-
YUV132.64105.0678.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.03%
GREEN value IS 176 (69.14% from 255) = 53.17%
BLUE value IS 92 (36.33% from 255) = 27.79%
R=19.03%
G=53.17%
B=27.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal63176920.6400.480.31135.447.2846.86
Hex3FB05C400301F872f2f
Octal77260134100060372075757
Binary111111101100001011100100000001100001111110000111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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