#3FA364

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

Shades of Chateau Green #3FA364

Tints of Chateau Green #3FA364

Color information

#3FA364 (or 0x3FA364) is unknown color: approx Chateau Green. HEX triplet: 3F, A3 and 64. RGB value is (63,163,100). Sum of RGB (Red+Green+Blue) = 63+163+100=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 163 (64.06% from 255 or 50% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 163 - color contains mainly: green. Hex color #3FA364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA364 is #C05C9B. Grayscale: #7E7E7E. Windows color (decimal): -12606620 or 6595391. OLE color: 6595391.

HSL color Cylindrical-coordinate representation of color #3FA364: hue angle of 142.2º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA364 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB63163100-
CMYK0.6100.390.36
HSL142.2º44.25%44.31%-
HSV(B)142.2º61.35%63.92%-
XYZ17.4528.1716.57-
YUV125.92113.3783.12-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.33%
GREEN value IS 163 (64.06% from 255) = 50%
BLUE value IS 100 (39.45% from 255) = 30.67%
R=19.33%
G=50%
B=30.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal631631000.6100.390.36142.244.2544.31
Hex3FA3643D027248e2c2c
Octal7724314475047442165454
Binary111111101000111100100111101010011110010010001110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,163,100); }

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

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

 a { background-color: rgb(63,163,100); }

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

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

 span { border-color: rgb(63,163,100); }

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