#4B953F

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

Shades of La Palma #4B953F

Tints of La Palma #4B953F

Color information

#4B953F (or 0x4B953F) is unknown color: approx La Palma. HEX triplet: 4B, 95 and 3F. RGB value is (75,149,63). Sum of RGB (Red+Green+Blue) = 75+149+63=287 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.13% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #4B953F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B953F is #B46AC0. Grayscale: #757575. Windows color (decimal): -11823809 or 4166987. OLE color: 4166987.

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

Color convert

RGB7514963-
CMYK0.5000.580.42
HSL111.63º40.57%41.57%-
HSV(B)111.63º57.72%58.43%-
XYZ14.5523.358.44-
YUV117.0797.4897.99-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.13%
GREEN value IS 149 (58.59% from 255) = 51.92%
BLUE value IS 63 (25% from 255) = 21.95%
R=26.13%
G=51.92%
B=21.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75149630.5000.580.42111.6340.5741.57
Hex4B953F3203A2A70292a
Octal1132257762072521605152
Binary10010111001010111111111001001110101010101110000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B953F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,149,63); }

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

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

 a { background-color: rgb(75,149,63); }

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

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

 span { border-color: rgb(75,149,63); }

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