#4BAC5E

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

Shades of Chateau Green #4BAC5E

Tints of Chateau Green #4BAC5E

Color information

#4BAC5E (or 0x4BAC5E) is unknown color: approx Chateau Green. HEX triplet: 4B, AC and 5E. RGB value is (75,172,94). Sum of RGB (Red+Green+Blue) = 75+172+94=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 172 (67.58% from 255 or 50.44% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 172 - color contains mainly: green. Hex color #4BAC5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAC5E is #B453A1. Grayscale: #868686. Windows color (decimal): -11817890 or 6204491. OLE color: 6204491.

HSL color Cylindrical-coordinate representation of color #4BAC5E: hue angle of 131.75º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAC5E is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB7517294-
CMYK0.5600.450.33
HSL131.75º39.27%48.43%-
HSV(B)131.75º56.4%67.45%-
XYZ19.6731.8115.69-
YUV134.1105.3685.84-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.99%
GREEN value IS 172 (67.58% from 255) = 50.44%
BLUE value IS 94 (37.11% from 255) = 27.57%
R=21.99%
G=50.44%
B=27.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75172940.5600.450.33131.7539.2748.43
Hex4BAC5E3802D21842730
Octal11325413670055412044760
Binary1001011101011001011110111000010110110000110000100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,172,94); }

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

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

 a { background-color: rgb(75,172,94); }

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

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

 span { border-color: rgb(75,172,94); }

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