Html Css Color HEX #48940B La Palma

📋 copy color: '#48940B'

red 72 ◦ green 148 ◦ blue 11

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

Shades of La Palma #48940B

Tints of La Palma #48940B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.76%

R = 31.17%
G = 64.07%
B = 4.76%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#48940B (or 0x48940B) is known color: La Palma. HEX triplet: 48, 94 and 0B. RGB value is (72,148,11). Sum of RGB (Red+Green+Blue) = 72+148+11=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 148 (58.20% from 255 or 64.07% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 148 - color contains mainly: green. Hex color #48940B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48940B is #B76BF4. Grayscale: #6E6E6E. Windows color (decimal): -12020725 or 758856. OLE color: 758856.

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

Color convert

RGB 72 148 11 -
CMYK 0.51 0 0.93 0.42
HSL 93.28º 0.86% 0.31% -
HSV(B) 93.28º 0.93% 0.58% -
XYZ 13.32 22.58 3.97 -
YUV 109.66 72.32 101.14 -
System Red Green Blue C M Y K H S L
Decimal 72 148 11 0.51 0 0.93 0.42 93.28 0.86 0.31
Hex 48 94 B 33 0 5D 2A 5D 56 1F
Octal 110 224 13 63 0 135 52 135 126 37
Binary 1001000 10010100 1011 110011 0 1011101 101010 1011101 1010110 11111

Color Harmonies of #48940B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48940B

Black with #48940B

Text Example


Text Example

White with #48940B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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