#48923F

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

Shades of La Palma #48923F

Tints of La Palma #48923F

Color information

#48923F (or 0x48923F) is unknown color: approx La Palma. HEX triplet: 48, 92 and 3F. RGB value is (72,146,63). Sum of RGB (Red+Green+Blue) = 72+146+63=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #48923F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48923F is #B76DC0. Grayscale: #727272. Windows color (decimal): -12021185 or 4166216. OLE color: 4166216.

HSL color Cylindrical-coordinate representation of color #48923F: hue angle of 113.49º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48923F is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB7214663-
CMYK0.5100.570.43
HSL113.49º39.71%40.98%-
HSV(B)113.49º56.85%57.25%-
XYZ13.8522.298.28-
YUV114.4198.9897.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.62%
GREEN value IS 146 (57.42% from 255) = 51.96%
BLUE value IS 63 (25% from 255) = 22.42%
R=25.62%
G=51.96%
B=22.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72146630.5100.570.43113.4939.7140.98
Hex48923F330392B712829
Octal1102227763071531615051
Binary10010001001001011111111001101110011010111110001101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48923F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48923F; }

 p { color: rgb(72,146,63); }

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

<style>
 a { background-color: #48923F; }

 a { background-color: rgb(72,146,63); }

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

<style>
 span { border-color: #48923F; }

 span { border-color: rgb(72,146,63); }

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