#3CA75D

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

Shades of Chateau Green #3CA75D

Tints of Chateau Green #3CA75D

Color information

#3CA75D (or 0x3CA75D) is unknown color: approx Chateau Green. HEX triplet: 3C, A7 and 5D. RGB value is (60,167,93). Sum of RGB (Red+Green+Blue) = 60+167+93=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 167 (65.62% from 255 or 52.19% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 167 - color contains mainly: green. Hex color #3CA75D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA75D is #C358A2. Grayscale: #7E7E7E. Windows color (decimal): -12802211 or 6137660. OLE color: 6137660.

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

Color convert

RGB6016793-
CMYK0.6400.440.35
HSL138.5º47.14%44.51%-
HSV(B)138.5º64.07%65.49%-
XYZ17.6629.3915.1-
YUV126.57109.0580.52-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.75%
GREEN value IS 167 (65.62% from 255) = 52.19%
BLUE value IS 93 (36.72% from 255) = 29.06%
R=18.75%
G=52.19%
B=29.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal60167930.6400.440.35138.547.1444.51
Hex3CA75D4002C238b2f2d
Octal74247135100054432135755
Binary1111001010011110111011000000010110010001110001011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,167,93); }

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

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

 a { background-color: rgb(60,167,93); }

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

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

 span { border-color: rgb(60,167,93); }

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