Html Css Color HEX #48842D La Palma

📋 copy color: '#48842D'

red 72 ◦ green 132 ◦ blue 45

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

Shades of La Palma #48842D

Tints of La Palma #48842D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.01%

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

R = 28.92%
G = 53.01%
B = 18.07%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#48842D (or 0x48842D) is known color: La Palma. HEX triplet: 48, 84 and 2D. RGB value is (72,132,45). Sum of RGB (Red+Green+Blue) = 72+132+45=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #48842D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48842D is #B77BD2. Grayscale: #686868. Windows color (decimal): -12024787 or 2982984. OLE color: 2982984.

HSL color Cylindrical-coordinate representation of color #48842D: hue angle of 101.38º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48842D is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 132 45 -
CMYK 0.45 0 0.66 0.48
HSL 101.38º 0.49% 0.35% -
HSV(B) 101.38º 0.66% 0.52% -
XYZ 11.4 18.07 5.37 -
YUV 104.14 94.62 105.07 -
System Red Green Blue C M Y K H S L
Decimal 72 132 45 0.45 0 0.66 0.48 101.38 0.49 0.35
Hex 48 84 2D 2D 0 42 30 65 31 23
Octal 110 204 55 55 0 102 60 145 61 43
Binary 1001000 10000100 101101 101101 0 1000010 110000 1100101 110001 100011

Color Harmonies of #48842D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48842D

Black with #48842D

Text Example


Text Example

White with #48842D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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