#4A945E

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

Shades of Chateau Green #4A945E

Tints of Chateau Green #4A945E

Color information

#4A945E (or 0x4A945E) is unknown color: approx Chateau Green. HEX triplet: 4A, 94 and 5E. RGB value is (74,148,94). Sum of RGB (Red+Green+Blue) = 74+148+94=316 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.42% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #4A945E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A945E is #B56BA1. Grayscale: #777777. Windows color (decimal): -11889570 or 6198346. OLE color: 6198346.

HSL color Cylindrical-coordinate representation of color #4A945E: hue angle of 136.22º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A945E is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB7414894-
CMYK0.5000.360.42
HSL136.22º33.33%43.53%-
HSV(B)136.22º50%58.04%-
XYZ15.4323.4414.3-
YUV119.72113.4895.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.42%
GREEN value IS 148 (58.20% from 255) = 46.84%
BLUE value IS 94 (37.11% from 255) = 29.75%
R=23.42%
G=46.84%
B=29.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal74148940.5000.360.42136.2233.3343.53
Hex4A945E320242A88212c
Octal11222413662044522104154
Binary1001010100101001011110110010010010010101010001000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A945E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A945E; }

 p { color: rgb(74,148,94); }

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

<style>
 a { background-color: #4A945E; }

 a { background-color: rgb(74,148,94); }

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

<style>
 span { border-color: #4A945E; }

 span { border-color: rgb(74,148,94); }

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