#48920D

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

Shades of La Palma #48920D

Tints of La Palma #48920D

Color information

#48920D (or 0x48920D) is unknown color: approx La Palma. HEX triplet: 48, 92 and 0D. RGB value is (72,146,13). Sum of RGB (Red+Green+Blue) = 72+146+13=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 146 (57.42% from 255 or 63.20% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 146 - color contains mainly: green. Hex color #48920D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48920D is #B76DF2. Grayscale: #6D6D6D. Windows color (decimal): -12021235 or 889416. OLE color: 889416.

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

Color convert

RGB7214613-
CMYK0.5100.910.43
HSL93.38º83.65%31.18%-
HSV(B)93.38º91.1%57.25%-
XYZ13.0221.963.93-
YUV108.7173.98101.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 146 (57.42% from 255) = 63.20%
BLUE value IS 13 (5.47% from 255) = 5.63%
R=31.17%
G=63.20%
B=5.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72146130.5100.910.4393.3883.6531.18
Hex4892D3305B2B5d541f
Octal110222156301335313512437
Binary1001000100100101101110011010110111010111011101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48920D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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