Html Css Color HEX #48851C La Palma

📋 copy color: '#48851C'

red 72 ◦ green 133 ◦ blue 28

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

Shades of La Palma #48851C

Tints of La Palma #48851C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 57.08%

 BLUE value IS 28 (11.33% from 255) = 12.02%

R = 30.9%
G = 57.08%
B = 12.02%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#48851C (or 0x48851C) is known color: La Palma. HEX triplet: 48, 85 and 1C. RGB value is (72,133,28). Sum of RGB (Red+Green+Blue) = 72+133+28=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #48851C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48851C is #B77AE3. Grayscale: #676767. Windows color (decimal): -12024548 or 1869128. OLE color: 1869128.

HSL color Cylindrical-coordinate representation of color #48851C: hue angle of 94.86º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48851C is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 133 28 -
CMYK 0.46 0 0.79 0.48
HSL 94.86º 0.65% 0.32% -
HSV(B) 94.86º 0.79% 0.52% -
XYZ 11.27 18.24 4.02 -
YUV 102.79 85.79 106.04 -
System Red Green Blue C M Y K H S L
Decimal 72 133 28 0.46 0 0.79 0.48 94.86 0.65 0.32
Hex 48 85 1C 2E 0 4F 30 5F 41 20
Octal 110 205 34 56 0 117 60 137 101 40
Binary 1001000 10000101 11100 101110 0 1001111 110000 1011111 1000001 100000

Color Harmonies of #48851C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48851C

Black with #48851C

Text Example


Text Example

White with #48851C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,133,28); }

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

background-color css

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

 a { background-color: rgb(72,133,28); }

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

border-color css

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

 span { border-color: rgb(72,133,28); }

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