#3FB25D

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

Shades of Chateau Green #3FB25D

Tints of Chateau Green #3FB25D

Color information

#3FB25D (or 0x3FB25D) is unknown color: approx Chateau Green. HEX triplet: 3F, B2 and 5D. RGB value is (63,178,93). Sum of RGB (Red+Green+Blue) = 63+178+93=334 (44% of max value = 765). Red value is 63 (25% from 255 or 18.86% from 334); Green value is 178 (69.92% from 255 or 53.29% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 178 - color contains mainly: green. Hex color #3FB25D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FB25D is #C04DA2. Grayscale: #868686. Windows color (decimal): -12602787 or 6140479. OLE color: 6140479.

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

Color convert

RGB6317893-
CMYK0.6500.480.30
HSL135.65º47.72%47.25%-
HSV(B)135.65º64.61%69.8%-
XYZ19.9533.6915.81-
YUV133.92104.977.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.86%
GREEN value IS 178 (69.92% from 255) = 53.29%
BLUE value IS 93 (36.72% from 255) = 27.84%
R=18.86%
G=53.29%
B=27.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal63178930.6500.480.30135.6547.7247.25
Hex3FB25D410301E88302f
Octal77262135101060362106057
Binary111111101100101011101100000101100001111010001000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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