#4BAF5F

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

Shades of Chateau Green #4BAF5F

Tints of Chateau Green #4BAF5F

Color information

#4BAF5F (or 0x4BAF5F) is unknown color: approx Chateau Green. HEX triplet: 4B, AF and 5F. RGB value is (75,175,95). Sum of RGB (Red+Green+Blue) = 75+175+95=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAF5F is #B450A0. Grayscale: #888888. Windows color (decimal): -11817121 or 6270795. OLE color: 6270795.

HSL color Cylindrical-coordinate representation of color #4BAF5F: hue angle of 132º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAF5F is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB7517595-
CMYK0.5700.460.31
HSL132º40%49.02%-
HSV(B)132º57.14%68.63%-
XYZ20.332.9816.12-
YUV135.98104.8784.5-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.74%
GREEN value IS 175 (68.75% from 255) = 50.72%
BLUE value IS 95 (37.5% from 255) = 27.54%
R=21.74%
G=50.72%
B=27.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal75175950.5700.460.311324049.02
Hex4BAF5F3902E1F842831
Octal11325713771056372045061
Binary100101110101111101111111100101011101111110000100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,175,95); }

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

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

 a { background-color: rgb(75,175,95); }

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

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

 span { border-color: rgb(75,175,95); }

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