#3CA462

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

Shades of Chateau Green #3CA462

Tints of Chateau Green #3CA462

Color information

#3CA462 (or 0x3CA462) is unknown color: approx Chateau Green. HEX triplet: 3C, A4 and 62. RGB value is (60,164,98). Sum of RGB (Red+Green+Blue) = 60+164+98=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 164 (64.45% from 255 or 50.93% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 164 - color contains mainly: green. Hex color #3CA462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA462 is #C35B9D. Grayscale: #7D7D7D. Windows color (decimal): -12802974 or 6464572. OLE color: 6464572.

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

Color convert

RGB6016498-
CMYK0.6300.400.36
HSL141.92º46.43%43.92%-
HSV(B)141.92º63.41%64.31%-
XYZ17.3428.3916.12-
YUV125.38112.5481.37-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.63%
GREEN value IS 164 (64.45% from 255) = 50.93%
BLUE value IS 98 (38.67% from 255) = 30.43%
R=18.63%
G=50.93%
B=30.43%

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
Decimal60164980.6300.400.36141.9246.4343.92
Hex3CA4623F028248e2e2c
Octal7424414277050442165654
Binary111100101001001100010111111010100010010010001110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,164,98); }

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

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

 a { background-color: rgb(60,164,98); }

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

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

 span { border-color: rgb(60,164,98); }

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