#3fb25f

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

Shades of Chateau Green #3FB25F

Tints of Chateau Green #3FB25F

Color information

#3FB25F (or 0x3FB25F) is unknown color: approx Chateau Green. HEX triplet: 3F, B2 and 5F. RGB value is (63,178,95). Sum of RGB (Red+Green+Blue) = 63+178+95=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 178 (69.92% from 255 or 52.98% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 178 - color contains mainly: green. Hex color #3FB25F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FB25F is #C04DA0. Grayscale: #868686. Windows color (decimal): -12602785 or 6271551. OLE color: 6271551.

HSL color Cylindrical-coordinate representation of color #3FB25F: hue angle of 136.7º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FB25F is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB6317895-
CMYK0.6500.470.30
HSL136.7º47.72%47.25%-
HSV(B)136.7º64.61%69.8%-
XYZ20.0433.7216.28-
YUV134.15105.977.25-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.75%
GREEN value IS 178 (69.92% from 255) = 52.98%
BLUE value IS 95 (37.5% from 255) = 28.27%
R=18.75%
G=52.98%
B=28.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal63178950.6500.470.30136.747.7247.25
Hex3FB25F4102F1E89302f
Octal77262137101057362116057
Binary111111101100101011111100000101011111111010001001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fb25f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,178,95); }

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

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

 a { background-color: rgb(63,178,95); }

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

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

 span { border-color: rgb(63,178,95); }

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