#3FA55F

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

Shades of Chateau Green #3FA55F

Tints of Chateau Green #3FA55F

Color information

#3FA55F (or 0x3FA55F) is unknown color: approx Chateau Green. HEX triplet: 3F, A5 and 5F. RGB value is (63,165,95). Sum of RGB (Red+Green+Blue) = 63+165+95=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 165 (64.84% from 255 or 51.08% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 165 - color contains mainly: green. Hex color #3FA55F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA55F is #C05AA0. Grayscale: #7E7E7E. Windows color (decimal): -12606113 or 6268223. OLE color: 6268223.

HSL color Cylindrical-coordinate representation of color #3FA55F: hue angle of 138.82º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA55F is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB6316595-
CMYK0.6200.420.35
HSL138.82º44.74%44.71%-
HSV(B)138.82º61.82%64.71%-
XYZ17.5728.7915.46-
YUV126.52110.2182.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.50%
GREEN value IS 165 (64.84% from 255) = 51.08%
BLUE value IS 95 (37.5% from 255) = 29.41%
R=19.50%
G=51.08%
B=29.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal63165950.6200.420.35138.8244.7444.71
Hex3FA55F3E02A238b2d2d
Octal7724513776052432135555
Binary111111101001011011111111110010101010001110001011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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