#3ca364

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

Shades of Chateau Green #3CA364

Tints of Chateau Green #3CA364

Color information

#3CA364 (or 0x3CA364) is unknown color: approx Chateau Green. HEX triplet: 3C, A3 and 64. RGB value is (60,163,100). Sum of RGB (Red+Green+Blue) = 60+163+100=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 163 (64.06% from 255 or 50.46% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 163 - color contains mainly: green. Hex color #3CA364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA364 is #C35C9B. Grayscale: #7D7D7D. Windows color (decimal): -12803228 or 6595388. OLE color: 6595388.

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

Color convert

RGB60163100-
CMYK0.6300.390.36
HSL143.3º46.19%43.73%-
HSV(B)143.3º63.19%63.92%-
XYZ17.2628.0816.57-
YUV125.02113.8881.62-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.58%
GREEN value IS 163 (64.06% from 255) = 50.46%
BLUE value IS 100 (39.45% from 255) = 30.96%
R=18.58%
G=50.46%
B=30.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal601631000.6300.390.36143.346.1943.73
Hex3CA3643F027248f2e2c
Octal7424314477047442175654
Binary111100101000111100100111111010011110010010001111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ca364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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