#4B9319

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

Shades of La Palma #4B9319

Tints of La Palma #4B9319

Color information

#4B9319 (or 0x4B9319) is unknown color: approx La Palma. HEX triplet: 4B, 93 and 19. RGB value is (75,147,25). Sum of RGB (Red+Green+Blue) = 75+147+25=247 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.36% from 247); Green value is 147 (57.81% from 255 or 59.51% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 147 - color contains mainly: green. Hex color #4B9319 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B9319 is #B46CE6. Grayscale: #6F6F6F. Windows color (decimal): -11824359 or 1676107. OLE color: 1676107.

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

Color convert

RGB7514725-
CMYK0.4900.830.42
HSL95.41º70.93%33.73%-
HSV(B)95.41º82.99%57.65%-
XYZ13.5122.434.54-
YUV111.5679.15101.92-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.36%
GREEN value IS 147 (57.81% from 255) = 59.51%
BLUE value IS 25 (10.16% from 255) = 10.12%
R=30.36%
G=59.51%
B=10.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75147250.4900.830.4295.4170.9333.73
Hex4B9319310532A5f4722
Octal113223316101235213710742
Binary100101110010011110011100010101001110101010111111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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