#48923D

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

Shades of La Palma #48923D

Tints of La Palma #48923D

Color information

#48923D (or 0x48923D) is unknown color: approx La Palma. HEX triplet: 48, 92 and 3D. RGB value is (72,146,61). Sum of RGB (Red+Green+Blue) = 72+146+61=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #48923D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48923D is #B76DC2. Grayscale: #727272. Windows color (decimal): -12021187 or 4035144. OLE color: 4035144.

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

Color convert

RGB7214661-
CMYK0.5100.580.43
HSL112.24º41.06%40.59%-
HSV(B)112.24º58.22%57.25%-
XYZ13.7922.277.99-
YUV114.1897.9897.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 146 (57.42% from 255) = 52.33%
BLUE value IS 61 (24.22% from 255) = 21.86%
R=25.81%
G=52.33%
B=21.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72146610.5100.580.43112.2441.0640.59
Hex48923D3303A2B702929
Octal1102227563072531605151
Binary10010001001001011110111001101110101010111110000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48923D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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