Html Css Color HEX #48940C La Palma

📋 copy color: '#48940C'

red 72 ◦ green 148 ◦ blue 12

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

Shades of La Palma #48940C

Tints of La Palma #48940C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.17%

R = 31.03%
G = 63.79%
B = 5.17%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#48940C (or 0x48940C) is known color: La Palma. HEX triplet: 48, 94 and 0C. RGB value is (72,148,12). Sum of RGB (Red+Green+Blue) = 72+148+12=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 148 (58.20% from 255 or 63.79% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 148 - color contains mainly: green. Hex color #48940C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48940C is #B76BF3. Grayscale: #6E6E6E. Windows color (decimal): -12020724 or 824392. OLE color: 824392.

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

Color convert

RGB 72 148 12 -
CMYK 0.51 0 0.92 0.42
HSL 93.53º 0.85% 0.31% -
HSV(B) 93.53º 0.92% 0.58% -
XYZ 13.33 22.58 4 -
YUV 109.77 72.82 101.06 -
System Red Green Blue C M Y K H S L
Decimal 72 148 12 0.51 0 0.92 0.42 93.53 0.85 0.31
Hex 48 94 C 33 0 5C 2A 5E 55 1F
Octal 110 224 14 63 0 134 52 136 125 37
Binary 1001000 10010100 1100 110011 0 1011100 101010 1011110 1010101 11111

Color Harmonies of #48940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48940C

Black with #48940C

Text Example


Text Example

White with #48940C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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