#3fa055

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

Shades of Chateau Green #3FA055

Tints of Chateau Green #3FA055

Color information

#3FA055 (or 0x3FA055) is unknown color: approx Chateau Green. HEX triplet: 3F, A0 and 55. RGB value is (63,160,85). Sum of RGB (Red+Green+Blue) = 63+160+85=308 (40% of max value = 765). Red value is 63 (25% from 255 or 20.45% from 308); Green value is 160 (62.89% from 255 or 51.95% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 160 - color contains mainly: green. Hex color #3FA055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA055 is #C05FAA. Grayscale: #7A7A7A. Windows color (decimal): -12607403 or 5611583. OLE color: 5611583.

HSL color Cylindrical-coordinate representation of color #3FA055: hue angle of 133.61º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA055 is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB6316085-
CMYK0.6100.470.37
HSL133.61º43.5%43.73%-
HSV(B)133.61º60.62%62.75%-
XYZ16.2626.8512.92-
YUV122.45106.8685.6-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.45%
GREEN value IS 160 (62.89% from 255) = 51.95%
BLUE value IS 85 (33.59% from 255) = 27.60%
R=20.45%
G=51.95%
B=27.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal63160850.6100.470.37133.6143.543.73
Hex3FA0553D02F25862b2c
Octal7724012575057452065354
Binary111111101000001010101111101010111110010110000110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fa055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,160,85); }

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

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

 a { background-color: rgb(63,160,85); }

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

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

 span { border-color: rgb(63,160,85); }

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