#3FAF58

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

Shades of Chateau Green #3FAF58

Tints of Chateau Green #3FAF58

Color information

#3FAF58 (or 0x3FAF58) is unknown color: approx Chateau Green. HEX triplet: 3F, AF and 58. RGB value is (63,175,88). Sum of RGB (Red+Green+Blue) = 63+175+88=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 175 (68.75% from 255 or 53.68% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAF58 is #C050A7. Grayscale: #838383. Windows color (decimal): -12603560 or 5812031. OLE color: 5812031.

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

Color convert

RGB6317588-
CMYK0.6400.500.31
HSL133.39º47.06%46.67%-
HSV(B)133.39º64%68.63%-
XYZ19.1432.4214.48-
YUV131.59103.3979.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.33%
GREEN value IS 175 (68.75% from 255) = 53.68%
BLUE value IS 88 (34.77% from 255) = 26.99%
R=19.33%
G=53.68%
B=26.99%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal63175880.6400.500.31133.3947.0646.67
Hex3FAF58400321F852f2f
Octal77257130100062372055757
Binary111111101011111011000100000001100101111110000101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,175,88); }

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

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

 a { background-color: rgb(63,175,88); }

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

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

 span { border-color: rgb(63,175,88); }

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