Html Css Color HEX #48910D La Palma

📋 copy color: '#48910D'

red 72 ◦ green 145 ◦ blue 13

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

Shades of La Palma #48910D

Tints of La Palma #48910D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 63.04%

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

R = 31.3%
G = 63.04%
B = 5.65%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#48910D (or 0x48910D) is known color: La Palma. HEX triplet: 48, 91 and 0D. RGB value is (72,145,13). Sum of RGB (Red+Green+Blue) = 72+145+13=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 145 (57.03% from 255 or 63.04% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 145 - color contains mainly: green. Hex color #48910D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48910D is #B76EF2. Grayscale: #6C6C6C. Windows color (decimal): -12021491 or 889160. OLE color: 889160.

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

Color convert

RGB 72 145 13 -
CMYK 0.50 0 0.91 0.43
HSL 93.18º 0.84% 0.31% -
HSV(B) 93.18º 0.91% 0.57% -
XYZ 12.87 21.66 3.88 -
YUV 108.13 74.32 102.23 -
System Red Green Blue C M Y K H S L
Decimal 72 145 13 0.50 0 0.91 0.43 93.18 0.84 0.31
Hex 48 91 D 32 0 5B 2B 5D 54 1F
Octal 110 221 15 62 0 133 53 135 124 37
Binary 1001000 10010001 1101 110010 0 1011011 101011 1011101 1010100 11111

Color Harmonies of #48910D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48910D

Black with #48910D

Text Example


Text Example

White with #48910D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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