#3CAB4F

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

Shades of Chateau Green #3CAB4F

Tints of Chateau Green #3CAB4F

Color information

#3CAB4F (or 0x3CAB4F) is unknown color: approx Chateau Green. HEX triplet: 3C, AB and 4F. RGB value is (60,171,79). Sum of RGB (Red+Green+Blue) = 60+171+79=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 171 (67.19% from 255 or 55.16% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAB4F is #C354B0. Grayscale: #7F7F7F. Windows color (decimal): -12801201 or 5221180. OLE color: 5221180.

HSL color Cylindrical-coordinate representation of color #3CAB4F: hue angle of 130.27º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAB4F is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB6017179-
CMYK0.6500.540.33
HSL130.27º48.05%45.29%-
HSV(B)130.27º64.91%67.06%-
XYZ17.8430.6512.37-
YUV127.32100.7379.98-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.35%
GREEN value IS 171 (67.19% from 255) = 55.16%
BLUE value IS 79 (31.25% from 255) = 25.48%
R=19.35%
G=55.16%
B=25.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60171790.6500.540.33130.2748.0545.29
Hex3CAB4F410362182302d
Octal74253117101066412026055
Binary1111001010101110011111000001011011010000110000010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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