Html Css Color HEX #48912D La Palma

📋 copy color: '#48912D'

red 72 ◦ green 145 ◦ blue 45

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

Shades of La Palma #48912D

Tints of La Palma #48912D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.18%

R = 27.48%
G = 55.34%
B = 17.18%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.69

 K value IS 0.43

RGB Variations

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

Color information

#48912D (or 0x48912D) is known color: La Palma. HEX triplet: 48, 91 and 2D. RGB value is (72,145,45). Sum of RGB (Red+Green+Blue) = 72+145+45=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 145 (57.03% from 255 or 55.34% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 145 - color contains mainly: green. Hex color #48912D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48912D is #B76ED2. Grayscale: #707070. Windows color (decimal): -12021459 or 2986312. OLE color: 2986312.

HSL color Cylindrical-coordinate representation of color #48912D: hue angle of 103.8º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48912D is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 145 45 -
CMYK 0.50 0 0.69 0.43
HSL 103.8º 0.53% 0.37% -
HSV(B) 103.8º 0.69% 0.57% -
XYZ 13.27 21.82 5.99 -
YUV 111.77 90.32 99.63 -
System Red Green Blue C M Y K H S L
Decimal 72 145 45 0.50 0 0.69 0.43 103.8 0.53 0.37
Hex 48 91 2D 32 0 45 2B 68 35 25
Octal 110 221 55 62 0 105 53 150 65 45
Binary 1001000 10010001 101101 110010 0 1000101 101011 1101000 110101 100101

Color Harmonies of #48912D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48912D

Black with #48912D

Text Example


Text Example

White with #48912D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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