#4BA33D

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

Shades of Fruit Salad #4BA33D

Tints of Fruit Salad #4BA33D

Color information

#4BA33D (or 0x4BA33D) is unknown color: approx Fruit Salad. HEX triplet: 4B, A3 and 3D. RGB value is (75,163,61). Sum of RGB (Red+Green+Blue) = 75+163+61=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 163 (64.06% from 255 or 54.52% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 163 - color contains mainly: green. Hex color #4BA33D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA33D is #B45CC2. Grayscale: #7D7D7D. Windows color (decimal): -11820227 or 4039499. OLE color: 4039499.

HSL color Cylindrical-coordinate representation of color #4BA33D: hue angle of 111.76º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BA33D is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB7516361-
CMYK0.5400.630.36
HSL111.76º45.54%43.92%-
HSV(B)111.76º62.58%63.92%-
XYZ16.8428.038.94-
YUV125.0691.8592.29-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.08%
GREEN value IS 163 (64.06% from 255) = 54.52%
BLUE value IS 61 (24.22% from 255) = 20.40%
R=25.08%
G=54.52%
B=20.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal75163610.5400.630.36111.7645.5443.92
Hex4BA33D3603F24702e2c
Octal1132437566077441605654
Binary10010111010001111110111011001111111001001110000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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