#4A9453

Color #4A9453 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #4A9453

Tints of Fruit Salad #4A9453

Color information

#4A9453 (or 0x4A9453) is unknown color: approx Fruit Salad. HEX triplet: 4A, 94 and 53. RGB value is (74,148,83). Sum of RGB (Red+Green+Blue) = 74+148+83=305 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.26% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #4A9453 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9453 is #B56BAC. Grayscale: #767676. Windows color (decimal): -11889581 or 5477450. OLE color: 5477450.

HSL color Cylindrical-coordinate representation of color #4A9453: hue angle of 127.3º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A9453 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB7414883-
CMYK0.5000.440.42
HSL127.3º33.33%43.53%-
HSV(B)127.3º50%58.04%-
XYZ14.9823.2611.88-
YUV118.46107.9896.29-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.26%
GREEN value IS 148 (58.20% from 255) = 48.52%
BLUE value IS 83 (32.81% from 255) = 27.21%
R=24.26%
G=48.52%
B=27.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal74148830.5000.440.42127.333.3343.53
Hex4A94533202C2A7f212c
Octal11222412362054521774154
Binary100101010010100101001111001001011001010101111111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,148,83); }

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

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

 a { background-color: rgb(74,148,83); }

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

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

 span { border-color: rgb(74,148,83); }

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