#4B9B30

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

Shades of La Palma #4B9B30

Tints of La Palma #4B9B30

Color information

#4B9B30 (or 0x4B9B30) is unknown color: approx La Palma. HEX triplet: 4B, 9B and 30. RGB value is (75,155,48). Sum of RGB (Red+Green+Blue) = 75+155+48=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 155 (60.94% from 255 or 55.76% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 155 - color contains mainly: green. Hex color #4B9B30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9B30 is #B464CF. Grayscale: #777777. Windows color (decimal): -11822288 or 3185483. OLE color: 3185483.

HSL color Cylindrical-coordinate representation of color #4B9B30: hue angle of 104.86º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B9B30 is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB7515548-
CMYK0.5200.690.39
HSL104.86º52.71%39.8%-
HSV(B)104.86º69.03%60.78%-
XYZ15.1625.156.85-
YUV118.888896.7-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.98%
GREEN value IS 155 (60.94% from 255) = 55.76%
BLUE value IS 48 (19.14% from 255) = 17.27%
R=26.98%
G=55.76%
B=17.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal75155480.5200.690.39104.8652.7139.8
Hex4B9B303404527693528
Octal11323360640105471516550
Binary100101110011011110000110100010001011001111101001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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