Html Css Color HEX #48910C La Palma

📋 copy color: '#48910C'

red 72 ◦ green 145 ◦ blue 12

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

Shades of La Palma #48910C

Tints of La Palma #48910C

RGB

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

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

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

R = 31.44%
G = 63.32%
B = 5.24%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#48910C (or 0x48910C) is known color: La Palma. HEX triplet: 48, 91 and 0C. RGB value is (72,145,12). Sum of RGB (Red+Green+Blue) = 72+145+12=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 145 (57.03% from 255 or 63.32% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 145 - color contains mainly: green. Hex color #48910C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48910C is #B76EF3. Grayscale: #6C6C6C. Windows color (decimal): -12021492 or 823624. OLE color: 823624.

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

Color convert

RGB 72 145 12 -
CMYK 0.50 0 0.92 0.43
HSL 92.93º 0.85% 0.31% -
HSV(B) 92.93º 0.92% 0.57% -
XYZ 12.86 21.66 3.85 -
YUV 108.01 73.82 102.31 -
System Red Green Blue C M Y K H S L
Decimal 72 145 12 0.50 0 0.92 0.43 92.93 0.85 0.31
Hex 48 91 C 32 0 5C 2B 5D 55 1F
Octal 110 221 14 62 0 134 53 135 125 37
Binary 1001000 10010001 1100 110010 0 1011100 101011 1011101 1010101 11111

Color Harmonies of #48910C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48910C

Black with #48910C

Text Example


Text Example

White with #48910C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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