#4A995A

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

Shades of Chateau Green #4A995A

Tints of Chateau Green #4A995A

Color information

#4A995A (or 0x4A995A) is unknown color: approx Chateau Green. HEX triplet: 4A, 99 and 5A. RGB value is (74,153,90). Sum of RGB (Red+Green+Blue) = 74+153+90=317 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.34% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #4A995A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A995A is #B566A5. Grayscale: #7A7A7A. Windows color (decimal): -11888294 or 5937482. OLE color: 5937482.

HSL color Cylindrical-coordinate representation of color #4A995A: hue angle of 132.15º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A995A is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB7415390-
CMYK0.5200.410.4
HSL132.15º34.8%44.51%-
HSV(B)132.15º51.63%60%-
XYZ16.0624.9813.65-
YUV122.2109.8393.62-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.34%
GREEN value IS 153 (60.16% from 255) = 48.26%
BLUE value IS 90 (35.55% from 255) = 28.39%
R=23.34%
G=48.26%
B=28.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal74153900.5200.410.4132.1534.844.51
Hex4A995A340292884232d
Octal11223113264051502044355
Binary1001010100110011011010110100010100110100010000100100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,153,90); }

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

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

 a { background-color: rgb(74,153,90); }

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

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

 span { border-color: rgb(74,153,90); }

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