#4B9A5F

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

Shades of Chateau Green #4B9A5F

Tints of Chateau Green #4B9A5F

Color information

#4B9A5F (or 0x4B9A5F) is unknown color: approx Chateau Green. HEX triplet: 4B, 9A and 5F. RGB value is (75,154,95). Sum of RGB (Red+Green+Blue) = 75+154+95=324 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.15% from 324); Green value is 154 (60.55% from 255 or 47.53% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 154 - color contains mainly: green. Hex color #4B9A5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9A5F is #B465A0. Grayscale: #7B7B7B. Windows color (decimal): -11822497 or 6265419. OLE color: 6265419.

HSL color Cylindrical-coordinate representation of color #4B9A5F: hue angle of 135.19º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B9A5F is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB7515495-
CMYK0.5100.380.40
HSL135.19º34.5%44.9%-
HSV(B)135.19º51.3%60.39%-
XYZ16.5225.4314.86-
YUV123.65111.8393.3-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.15%
GREEN value IS 154 (60.55% from 255) = 47.53%
BLUE value IS 95 (37.5% from 255) = 29.32%
R=23.15%
G=47.53%
B=29.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal75154950.5100.380.40135.1934.544.9
Hex4B9A5F330262887222d
Octal11323213763046502074255
Binary1001011100110101011111110011010011010100010000111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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