#3FB055

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

Shades of Chateau Green #3FB055

Tints of Chateau Green #3FB055

Color information

#3FB055 (or 0x3FB055) is unknown color: approx Chateau Green. HEX triplet: 3F, B0 and 55. RGB value is (63,176,85). Sum of RGB (Red+Green+Blue) = 63+176+85=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 176 (69.14% from 255 or 54.32% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 176 - color contains mainly: green. Hex color #3FB055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FB055 is #C04FAA. Grayscale: #848484. Windows color (decimal): -12603307 or 5615679. OLE color: 5615679.

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

Color convert

RGB6317685-
CMYK0.6400.520.31
HSL131.68º47.28%46.86%-
HSV(B)131.68º64.2%69.02%-
XYZ19.2132.7613.91-
YUV131.84101.5678.9-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.44%
GREEN value IS 176 (69.14% from 255) = 54.32%
BLUE value IS 85 (33.59% from 255) = 26.23%
R=19.44%
G=54.32%
B=26.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal63176850.6400.520.31131.6847.2846.86
Hex3FB055400341F842f2f
Octal77260125100064372045757
Binary111111101100001010101100000001101001111110000100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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