#4BA330

Color #4BA330 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #4BA330

Tints of La Palma #4BA330

Color information

#4BA330 (or 0x4BA330) is unknown color: approx La Palma. HEX triplet: 4B, A3 and 30. RGB value is (75,163,48). Sum of RGB (Red+Green+Blue) = 75+163+48=286 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.22% from 286); Green value is 163 (64.06% from 255 or 56.99% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 163 - color contains mainly: green. Hex color #4BA330 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA330 is #B45CCF. Grayscale: #7B7B7B. Windows color (decimal): -11820240 or 3187531. OLE color: 3187531.

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

Color convert

RGB7516348-
CMYK0.5400.710.36
HSL105.91º54.5%41.37%-
HSV(B)105.91º70.55%63.92%-
XYZ16.5327.97.31-
YUV123.5885.3593.35-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.22%
GREEN value IS 163 (64.06% from 255) = 56.99%
BLUE value IS 48 (19.14% from 255) = 16.78%
R=26.22%
G=56.99%
B=16.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal75163480.5400.710.36105.9154.541.37
Hex4BA33036047246a3729
Octal11324360660107441526751
Binary100101110100011110000110110010001111001001101010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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