#4B9422

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

Shades of La Palma #4B9422

Tints of La Palma #4B9422

Color information

#4B9422 (or 0x4B9422) is unknown color: approx La Palma. HEX triplet: 4B, 94 and 22. RGB value is (75,148,34). Sum of RGB (Red+Green+Blue) = 75+148+34=257 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.18% from 257); Green value is 148 (58.20% from 255 or 57.59% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 148 - color contains mainly: green. Hex color #4B9422 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9422 is #B46BDD. Grayscale: #717171. Windows color (decimal): -11824094 or 2266187. OLE color: 2266187.

HSL color Cylindrical-coordinate representation of color #4B9422: hue angle of 98.42º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B9422 is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB7514834-
CMYK0.4900.770.42
HSL98.42º62.64%35.69%-
HSV(B)98.42º77.03%58.04%-
XYZ13.7822.795.19-
YUV113.1883.32100.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.18%
GREEN value IS 148 (58.20% from 255) = 57.59%
BLUE value IS 34 (13.67% from 255) = 13.23%
R=29.18%
G=57.59%
B=13.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75148340.4900.770.4298.4262.6435.69
Hex4B94223104D2A623f24
Octal11322442610115521427744
Binary100101110010100100010110001010011011010101100010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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