#3CA85F

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

Shades of Chateau Green #3CA85F

Tints of Chateau Green #3CA85F

Color information

#3CA85F (or 0x3CA85F) is unknown color: approx Chateau Green. HEX triplet: 3C, A8 and 5F. RGB value is (60,168,95). Sum of RGB (Red+Green+Blue) = 60+168+95=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 168 (66.02% from 255 or 52.01% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 168 - color contains mainly: green. Hex color #3CA85F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA85F is #C357A0. Grayscale: #7F7F7F. Windows color (decimal): -12801953 or 6268988. OLE color: 6268988.

HSL color Cylindrical-coordinate representation of color #3CA85F: hue angle of 139.44º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA85F is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB6016895-
CMYK0.6400.430.34
HSL139.44º47.37%44.71%-
HSV(B)139.44º64.29%65.88%-
XYZ17.9329.7915.63-
YUV127.39109.7279.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.58%
GREEN value IS 168 (66.02% from 255) = 52.01%
BLUE value IS 95 (37.5% from 255) = 29.41%
R=18.58%
G=52.01%
B=29.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal60168950.6400.430.34139.4447.3744.71
Hex3CA85F4002B228b2f2d
Octal74250137100053422135755
Binary1111001010100010111111000000010101110001010001011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,168,95); }

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

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

 a { background-color: rgb(60,168,95); }

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

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

 span { border-color: rgb(60,168,95); }

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