Html Css Color HEX #48960C La Palma

📋 copy color: '#48960C'

red 72 ◦ green 150 ◦ blue 12

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

Shades of La Palma #48960C

Tints of La Palma #48960C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 64.1%

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

R = 30.77%
G = 64.1%
B = 5.13%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#48960C (or 0x48960C) is known color: La Palma. HEX triplet: 48, 96 and 0C. RGB value is (72,150,12). Sum of RGB (Red+Green+Blue) = 72+150+12=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 150 (58.98% from 255 or 64.10% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 150 - color contains mainly: green. Hex color #48960C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48960C is #B769F3. Grayscale: #6F6F6F. Windows color (decimal): -12020212 or 824904. OLE color: 824904.

HSL color Cylindrical-coordinate representation of color #48960C: hue angle of 93.91º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #48960C is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 150 12 -
CMYK 0.52 0 0.92 0.41
HSL 93.91º 0.85% 0.32% -
HSV(B) 93.91º 0.92% 0.59% -
XYZ 13.65 23.22 4.11 -
YUV 110.95 72.16 100.22 -
System Red Green Blue C M Y K H S L
Decimal 72 150 12 0.52 0 0.92 0.41 93.91 0.85 0.32
Hex 48 96 C 34 0 5C 29 5E 55 20
Octal 110 226 14 64 0 134 51 136 125 40
Binary 1001000 10010110 1100 110100 0 1011100 101001 1011110 1010101 100000

Color Harmonies of #48960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48960C

Black with #48960C

Text Example


Text Example

White with #48960C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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