#4BA563

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

Shades of Chateau Green #4BA563

Tints of Chateau Green #4BA563

Color information

#4BA563 (or 0x4BA563) is unknown color: approx Chateau Green. HEX triplet: 4B, A5 and 63. RGB value is (75,165,99). Sum of RGB (Red+Green+Blue) = 75+165+99=339 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.12% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #4BA563 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA563 is #B45A9C. Grayscale: #828282. Windows color (decimal): -11819677 or 6530379. OLE color: 6530379.

HSL color Cylindrical-coordinate representation of color #4BA563: hue angle of 136º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA563 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB7516599-
CMYK0.5500.400.35
HSL136º37.5%47.06%-
HSV(B)136º54.55%64.71%-
XYZ18.6129.3116.48-
YUV130.57110.1888.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.12%
GREEN value IS 165 (64.84% from 255) = 48.67%
BLUE value IS 99 (39.06% from 255) = 29.20%
R=22.12%
G=48.67%
B=29.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal75165990.5500.400.3513637.547.06
Hex4BA563370282388262f
Octal11324514367050432104657
Binary1001011101001011100011110111010100010001110001000100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,165,99); }

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

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

 a { background-color: rgb(75,165,99); }

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

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

 span { border-color: rgb(75,165,99); }

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