Html Css Color HEX #48940D La Palma

📋 copy color: '#48940D'

red 72 ◦ green 148 ◦ blue 13

#48940D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Palma #48940D

Tints of La Palma #48940D

RGB

 RED value IS 72 (28.52% from 255) = 30.9%

 GREEN value IS 148 (58.2% from 255) = 63.52%

 BLUE value IS 13 (5.47% from 255) = 5.58%

R = 30.9%
G = 63.52%
B = 5.58%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#48940D (or 0x48940D) is known color: La Palma. HEX triplet: 48, 94 and 0D. RGB value is (72,148,13). Sum of RGB (Red+Green+Blue) = 72+148+13=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 148 (58.20% from 255 or 63.52% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 148 - color contains mainly: green. Hex color #48940D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48940D is #B76BF2. Grayscale: #6E6E6E. Windows color (decimal): -12020723 or 889928. OLE color: 889928.

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

Color convert

RGB 72 148 13 -
CMYK 0.51 0 0.91 0.42
HSL 93.78º 0.84% 0.32% -
HSV(B) 93.78º 0.91% 0.58% -
XYZ 13.34 22.59 4.04 -
YUV 109.89 73.32 100.98 -
System Red Green Blue C M Y K H S L
Decimal 72 148 13 0.51 0 0.91 0.42 93.78 0.84 0.32
Hex 48 94 D 33 0 5B 2A 5E 54 20
Octal 110 224 15 63 0 133 52 136 124 40
Binary 1001000 10010100 1101 110011 0 1011011 101010 1011110 1010100 100000

Color Harmonies of #48940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48940D

Black with #48940D

Text Example


Text Example

White with #48940D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48940D;
 }
 .AnyTagClassName
 {
   color: #48940D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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