#4B8225

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

Shades of La Palma #4B8225

Tints of La Palma #4B8225

Color information

#4B8225 (or 0x4B8225) is unknown color: approx La Palma. HEX triplet: 4B, 82 and 25. RGB value is (75,130,37). Sum of RGB (Red+Green+Blue) = 75+130+37=242 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.99% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #4B8225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8225 is #B47DDA. Grayscale: #676767. Windows color (decimal): -11828699 or 2458187. OLE color: 2458187.

HSL color Cylindrical-coordinate representation of color #4B8225: hue angle of 95.48º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B8225 is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB7513037-
CMYK0.4200.720.49
HSL95.48º55.69%32.75%-
HSV(B)95.48º71.54%50.98%-
XYZ11.2217.594.56-
YUV102.9590.78108.06-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.99%
GREEN value IS 130 (51.17% from 255) = 53.72%
BLUE value IS 37 (14.84% from 255) = 15.29%
R=30.99%
G=53.72%
B=15.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal75130370.4200.720.4995.4855.6932.75
Hex4B82252A048315f3821
Octal11320245520110611377041
Binary100101110000010100101101010010010001100011011111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,130,37); }

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

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

 a { background-color: rgb(75,130,37); }

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

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

 span { border-color: rgb(75,130,37); }

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