#4B931B

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

Shades of La Palma #4B931B

Tints of La Palma #4B931B

Color information

#4B931B (or 0x4B931B) is unknown color: approx La Palma. HEX triplet: 4B, 93 and 1B. RGB value is (75,147,27). Sum of RGB (Red+Green+Blue) = 75+147+27=249 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.12% from 249); Green value is 147 (57.81% from 255 or 59.04% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 147 - color contains mainly: green. Hex color #4B931B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B931B is #B46CE4. Grayscale: #707070. Windows color (decimal): -11824357 or 1807179. OLE color: 1807179.

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

Color convert

RGB7514727-
CMYK0.4900.820.42
HSL96º68.97%34.12%-
HSV(B)96º81.63%57.65%-
XYZ13.5322.444.66-
YUV111.7980.15101.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.12%
GREEN value IS 147 (57.81% from 255) = 59.04%
BLUE value IS 27 (10.94% from 255) = 10.84%
R=30.12%
G=59.04%
B=10.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75147270.4900.820.429668.9734.12
Hex4B931B310522A604522
Octal113223336101225214010542
Binary100101110010011110111100010101001010101011000001000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B931B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,147,27); }

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

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

 a { background-color: rgb(75,147,27); }

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

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

 span { border-color: rgb(75,147,27); }

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