#3ca44f

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

Shades of Chateau Green #3CA44F

Tints of Chateau Green #3CA44F

Color information

#3CA44F (or 0x3CA44F) is unknown color: approx Chateau Green. HEX triplet: 3C, A4 and 4F. RGB value is (60,164,79). Sum of RGB (Red+Green+Blue) = 60+164+79=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 164 (64.45% from 255 or 54.13% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 164 - color contains mainly: green. Hex color #3CA44F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA44F is #C35BB0. Grayscale: #7B7B7B. Windows color (decimal): -12802993 or 5219388. OLE color: 5219388.

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

Color convert

RGB6016479-
CMYK0.6300.520.36
HSL130.96º46.43%43.92%-
HSV(B)130.96º63.41%64.31%-
XYZ16.5528.0811.94-
YUV123.21103.0482.91-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.80%
GREEN value IS 164 (64.45% from 255) = 54.13%
BLUE value IS 79 (31.25% from 255) = 26.07%
R=19.80%
G=54.13%
B=26.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal60164790.6300.520.36130.9646.4343.92
Hex3CA44F3F03424832e2c
Octal7424411777064442035654
Binary111100101001001001111111111011010010010010000011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ca44f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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