#4B8814

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

Shades of La Palma #4B8814

Tints of La Palma #4B8814

Color information

#4B8814 (or 0x4B8814) is unknown color: approx La Palma. HEX triplet: 4B, 88 and 14. RGB value is (75,136,20). Sum of RGB (Red+Green+Blue) = 75+136+20=231 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.47% from 231); Green value is 136 (53.52% from 255 or 58.87% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 136 - color contains mainly: green. Hex color #4B8814 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B8814 is #B477EB. Grayscale: #686868. Windows color (decimal): -11827180 or 1345611. OLE color: 1345611.

HSL color Cylindrical-coordinate representation of color #4B8814: hue angle of 91.55º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B8814 is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB7513620-
CMYK0.4500.850.47
HSL91.55º74.36%30.59%-
HSV(B)91.55º85.29%53.33%-
XYZ11.8319.153.74-
YUV104.5480.29106.93-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.47%
GREEN value IS 136 (53.52% from 255) = 58.87%
BLUE value IS 20 (8.20% from 255) = 8.66%
R=32.47%
G=58.87%
B=8.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75136200.4500.850.4791.5574.3630.59
Hex4B88142D0552F5c4a1f
Octal113210245501255713411237
Binary10010111000100010100101101010101011011111011100100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,136,20); }

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

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

 a { background-color: rgb(75,136,20); }

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

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

 span { border-color: rgb(75,136,20); }

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