#4B902A

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

Shades of La Palma #4B902A

Tints of La Palma #4B902A

Color information

#4B902A (or 0x4B902A) is unknown color: approx La Palma. HEX triplet: 4B, 90 and 2A. RGB value is (75,144,42). Sum of RGB (Red+Green+Blue) = 75+144+42=261 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.74% from 261); Green value is 144 (56.64% from 255 or 55.17% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 144 - color contains mainly: green. Hex color #4B902A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B902A is #B46FD5. Grayscale: #707070. Windows color (decimal): -11825110 or 2789451. OLE color: 2789451.

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

Color convert

RGB7514442-
CMYK0.4800.710.44
HSL100.59º54.84%36.47%-
HSV(B)100.59º70.83%56.47%-
XYZ13.2921.615.66-
YUV111.7488.64101.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.74%
GREEN value IS 144 (56.64% from 255) = 55.17%
BLUE value IS 42 (16.80% from 255) = 16.09%
R=28.74%
G=55.17%
B=16.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal75144420.4800.710.44100.5954.8436.47
Hex4B902A300472C653724
Octal11322052600107541456744
Binary100101110010000101010110000010001111011001100101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B902A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,144,42); }

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

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

 a { background-color: rgb(75,144,42); }

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

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

 span { border-color: rgb(75,144,42); }

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