#4BA561

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

Shades of Chateau Green #4BA561

Tints of Chateau Green #4BA561

Color information

#4BA561 (or 0x4BA561) is unknown color: approx Chateau Green. HEX triplet: 4B, A5 and 61. RGB value is (75,165,97). Sum of RGB (Red+Green+Blue) = 75+165+97=337 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.26% from 337); Green value is 165 (64.84% from 255 or 48.96% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 165 - color contains mainly: green. Hex color #4BA561 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA561 is #B45A9E. Grayscale: #828282. Windows color (decimal): -11819679 or 6399307. OLE color: 6399307.

HSL color Cylindrical-coordinate representation of color #4BA561: hue angle of 134.67º 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 #4BA561 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB7516597-
CMYK0.5500.410.35
HSL134.67º37.5%47.06%-
HSV(B)134.67º54.55%64.71%-
XYZ18.5129.2715.98-
YUV130.34109.1888.53-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.26%
GREEN value IS 165 (64.84% from 255) = 48.96%
BLUE value IS 97 (38.28% from 255) = 28.78%
R=22.26%
G=48.96%
B=28.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal75165970.5500.410.35134.6737.547.06
Hex4BA561370292387262f
Octal11324514167051432074657
Binary1001011101001011100001110111010100110001110000111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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