#4B9B22

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

Shades of La Palma #4B9B22

Tints of La Palma #4B9B22

Color information

#4B9B22 (or 0x4B9B22) is unknown color: approx La Palma. HEX triplet: 4B, 9B and 22. RGB value is (75,155,34). Sum of RGB (Red+Green+Blue) = 75+155+34=264 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.41% from 264); Green value is 155 (60.94% from 255 or 58.71% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 155 - color contains mainly: green. Hex color #4B9B22 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9B22 is #B464DD. Grayscale: #757575. Windows color (decimal): -11822302 or 2267979. OLE color: 2267979.

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

Color convert

RGB7515534-
CMYK0.5200.780.39
HSL99.67º64.02%37.06%-
HSV(B)99.67º78.06%60.78%-
XYZ14.9125.055.56-
YUV117.298197.84-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.41%
GREEN value IS 155 (60.94% from 255) = 58.71%
BLUE value IS 34 (13.67% from 255) = 12.88%
R=28.41%
G=58.71%
B=12.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal75155340.5200.780.3999.6764.0237.06
Hex4B9B223404E27644025
Octal113233426401164714410045
Binary1001011100110111000101101000100111010011111001001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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