#4BAD61

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

Shades of Chateau Green #4BAD61

Tints of Chateau Green #4BAD61

Color information

#4BAD61 (or 0x4BAD61) is unknown color: approx Chateau Green. HEX triplet: 4B, AD and 61. RGB value is (75,173,97). Sum of RGB (Red+Green+Blue) = 75+173+97=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #4BAD61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAD61 is #B4529E. Grayscale: #878787. Windows color (decimal): -11817631 or 6401355. OLE color: 6401355.

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

Color convert

RGB7517397-
CMYK0.5700.440.32
HSL133.47º39.52%48.63%-
HSV(B)133.47º56.65%67.84%-
XYZ2032.2516.48-
YUV135.03106.5385.18-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.74%
GREEN value IS 173 (67.97% from 255) = 50.14%
BLUE value IS 97 (38.28% from 255) = 28.12%
R=21.74%
G=50.14%
B=28.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal75173970.5700.440.32133.4739.5248.63
Hex4BAD613902C20852831
Octal11325514171054402055061
Binary1001011101011011100001111001010110010000010000101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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