#4AAB3C

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

Shades of Fruit Salad #4AAB3C

Tints of Fruit Salad #4AAB3C

Color information

#4AAB3C (or 0x4AAB3C) is unknown color: approx Fruit Salad. HEX triplet: 4A, AB and 3C. RGB value is (74,171,60). Sum of RGB (Red+Green+Blue) = 74+171+60=305 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.26% from 305); Green value is 171 (67.19% from 255 or 56.07% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 171 - color contains mainly: green. Hex color #4AAB3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAB3C is #B554C3. Grayscale: #818181. Windows color (decimal): -11883716 or 3976010. OLE color: 3976010.

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

Color convert

RGB7417160-
CMYK0.5700.650.33
HSL112.43º48.05%45.29%-
HSV(B)112.43º64.91%67.06%-
XYZ18.230.919.28-
YUV129.3488.8688.53-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.26%
GREEN value IS 171 (67.19% from 255) = 56.07%
BLUE value IS 60 (23.83% from 255) = 19.67%
R=24.26%
G=56.07%
B=19.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74171600.5700.650.33112.4348.0545.29
Hex4AAB3C390412170302d
Octal11225374710101411606055
Binary100101010101011111100111001010000011000011110000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAB3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,171,60); }

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

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

 a { background-color: rgb(74,171,60); }

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

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

 span { border-color: rgb(74,171,60); }

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