#4A945F

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

Shades of Chateau Green #4A945F

Tints of Chateau Green #4A945F

Color information

#4A945F (or 0x4A945F) is unknown color: approx Chateau Green. HEX triplet: 4A, 94 and 5F. RGB value is (74,148,95). Sum of RGB (Red+Green+Blue) = 74+148+95=317 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.34% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #4A945F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A945F is #B56BA0. Grayscale: #777777. Windows color (decimal): -11889569 or 6263882. OLE color: 6263882.

HSL color Cylindrical-coordinate representation of color #4A945F: hue angle of 137.03º 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 #4A945F is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB7414895-
CMYK0.5000.360.42
HSL137.03º33.33%43.53%-
HSV(B)137.03º50%58.04%-
XYZ15.4823.4614.54-
YUV119.83113.9895.31-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.34%
GREEN value IS 148 (58.20% from 255) = 46.69%
BLUE value IS 95 (37.5% from 255) = 29.97%
R=23.34%
G=46.69%
B=29.97%

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
Decimal74148950.5000.360.42137.0333.3343.53
Hex4A945F320242A89212c
Octal11222413762044522114154
Binary1001010100101001011111110010010010010101010001001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A945F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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