#4BAB61

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

Shades of Chateau Green #4BAB61

Tints of Chateau Green #4BAB61

Color information

#4BAB61 (or 0x4BAB61) is unknown color: approx Chateau Green. HEX triplet: 4B, AB and 61. RGB value is (75,171,97). Sum of RGB (Red+Green+Blue) = 75+171+97=343 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.87% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #4BAB61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAB61 is #B4549E. Grayscale: #868686. Windows color (decimal): -11818143 or 6400843. OLE color: 6400843.

HSL color Cylindrical-coordinate representation of color #4BAB61: hue angle of 133.75º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAB61 is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB7517197-
CMYK0.5600.430.33
HSL133.75º39.02%48.24%-
HSV(B)133.75º56.14%67.06%-
XYZ19.6231.4816.35-
YUV133.86107.286.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.87%
GREEN value IS 171 (67.19% from 255) = 49.85%
BLUE value IS 97 (38.28% from 255) = 28.28%
R=21.87%
G=49.85%
B=28.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75171970.5600.430.33133.7539.0248.24
Hex4BAB613802B21862730
Octal11325314170053412064760
Binary1001011101010111100001111000010101110000110000110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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