Html Css Color HEX #48950D La Palma

📋 copy color: '#48950D'

red 72 ◦ green 149 ◦ blue 13

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

Shades of La Palma #48950D

Tints of La Palma #48950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 63.68%

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

R = 30.77%
G = 63.68%
B = 5.56%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#48950D (or 0x48950D) is known color: La Palma. HEX triplet: 48, 95 and 0D. RGB value is (72,149,13). Sum of RGB (Red+Green+Blue) = 72+149+13=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 149 (58.59% from 255 or 63.68% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 149 - color contains mainly: green. Hex color #48950D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48950D is #B76AF2. Grayscale: #6E6E6E. Windows color (decimal): -12020467 or 890184. OLE color: 890184.

HSL color Cylindrical-coordinate representation of color #48950D: hue angle of 93.97º 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 #48950D is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 149 13 -
CMYK 0.52 0 0.91 0.42
HSL 93.97º 0.84% 0.32% -
HSV(B) 93.97º 0.91% 0.58% -
XYZ 13.49 22.9 4.09 -
YUV 110.47 72.99 100.56 -
System Red Green Blue C M Y K H S L
Decimal 72 149 13 0.52 0 0.91 0.42 93.97 0.84 0.32
Hex 48 95 D 34 0 5B 2A 5E 54 20
Octal 110 225 15 64 0 133 52 136 124 40
Binary 1001000 10010101 1101 110100 0 1011011 101010 1011110 1010100 100000

Color Harmonies of #48950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48950D

Black with #48950D

Text Example


Text Example

White with #48950D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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