#4BAB3D

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

Shades of Fruit Salad #4BAB3D

Tints of Fruit Salad #4BAB3D

Color information

#4BAB3D (or 0x4BAB3D) is unknown color: approx Fruit Salad. HEX triplet: 4B, AB and 3D. RGB value is (75,171,61). Sum of RGB (Red+Green+Blue) = 75+171+61=307 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.43% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #4BAB3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAB3D is #B454C2. Grayscale: #828282. Windows color (decimal): -11818179 or 4041547. OLE color: 4041547.

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

Color convert

RGB7517161-
CMYK0.5600.640.33
HSL112.36º47.41%45.49%-
HSV(B)112.36º64.33%67.06%-
XYZ18.3130.969.43-
YUV129.7689.288.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.43%
GREEN value IS 171 (67.19% from 255) = 55.70%
BLUE value IS 61 (24.22% from 255) = 19.87%
R=24.43%
G=55.70%
B=19.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75171610.5600.640.33112.3647.4145.49
Hex4BAB3D3804021702f2d
Octal11325375700100411605755
Binary100101110101011111101111000010000001000011110000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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