#3CAA5B

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

Shades of Chateau Green #3CAA5B

Tints of Chateau Green #3CAA5B

Color information

#3CAA5B (or 0x3CAA5B) is unknown color: approx Chateau Green. HEX triplet: 3C, AA and 5B. RGB value is (60,170,91). Sum of RGB (Red+Green+Blue) = 60+170+91=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAA5B is #C355A4. Grayscale: #808080. Windows color (decimal): -12801445 or 6007356. OLE color: 6007356.

HSL color Cylindrical-coordinate representation of color #3CAA5B: hue angle of 136.91º 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 #3CAA5B is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB6017091-
CMYK0.6500.460.33
HSL136.91º47.83%45.1%-
HSV(B)136.91º64.71%66.67%-
XYZ18.1330.4714.82-
YUV128.1107.0679.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.69%
GREEN value IS 170 (66.80% from 255) = 52.96%
BLUE value IS 91 (35.94% from 255) = 28.35%
R=18.69%
G=52.96%
B=28.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60170910.6500.460.33136.9147.8345.1
Hex3CAA5B4102E2189302d
Octal74252133101056412116055
Binary1111001010101010110111000001010111010000110001001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,170,91); }

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

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

 a { background-color: rgb(60,170,91); }

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

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

 span { border-color: rgb(60,170,91); }

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