#3CA361

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

Shades of Chateau Green #3CA361

Tints of Chateau Green #3CA361

Color information

#3CA361 (or 0x3CA361) is unknown color: approx Chateau Green. HEX triplet: 3C, A3 and 61. RGB value is (60,163,97). Sum of RGB (Red+Green+Blue) = 60+163+97=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 163 (64.06% from 255 or 50.94% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 163 - color contains mainly: green. Hex color #3CA361 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA361 is #C35C9E. Grayscale: #7C7C7C. Windows color (decimal): -12803231 or 6398780. OLE color: 6398780.

HSL color Cylindrical-coordinate representation of color #3CA361: hue angle of 141.55º 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 #3CA361 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB6016397-
CMYK0.6300.400.36
HSL141.55º46.19%43.73%-
HSV(B)141.55º63.19%63.92%-
XYZ17.1228.0215.82-
YUV124.68112.3881.87-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.75%
GREEN value IS 163 (64.06% from 255) = 50.94%
BLUE value IS 97 (38.28% from 255) = 30.31%
R=18.75%
G=50.94%
B=30.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal60163970.6300.400.36141.5546.1943.73
Hex3CA3613F028248e2e2c
Octal7424314177050442165654
Binary111100101000111100001111111010100010010010001110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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