#4BA25B

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

Shades of Chateau Green #4BA25B

Tints of Chateau Green #4BA25B

Color information

#4BA25B (or 0x4BA25B) is unknown color: approx Chateau Green. HEX triplet: 4B, A2 and 5B. RGB value is (75,162,91). Sum of RGB (Red+Green+Blue) = 75+162+91=328 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.87% from 328); Green value is 162 (63.67% from 255 or 49.39% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA25B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA25B is #B45DA4. Grayscale: #808080. Windows color (decimal): -11820453 or 6005323. OLE color: 6005323.

HSL color Cylindrical-coordinate representation of color #4BA25B: hue angle of 131.03º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA25B is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB7516291-
CMYK0.5400.440.36
HSL131.03º36.71%46.47%-
HSV(B)131.03º53.7%63.53%-
XYZ17.7128.0914.39-
YUV127.89107.1890.27-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.87%
GREEN value IS 162 (63.67% from 255) = 49.39%
BLUE value IS 91 (35.94% from 255) = 27.74%
R=22.87%
G=49.39%
B=27.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal75162910.5400.440.36131.0336.7146.47
Hex4BA25B3602C2483252e
Octal11324213366054442034556
Binary1001011101000101011011110110010110010010010000011100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,162,91); }

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

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

 a { background-color: rgb(75,162,91); }

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

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

 span { border-color: rgb(75,162,91); }

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