Html Css Color HEX #48852D La Palma

📋 copy color: '#48852D'

red 72 ◦ green 133 ◦ blue 45

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

Shades of La Palma #48852D

Tints of La Palma #48852D

RGB

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

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

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

R = 28.8%
G = 53.2%
B = 18%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#48852D (or 0x48852D) is known color: La Palma. HEX triplet: 48, 85 and 2D. RGB value is (72,133,45). Sum of RGB (Red+Green+Blue) = 72+133+45=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #48852D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48852D is #B77AD2. Grayscale: #696969. Windows color (decimal): -12024531 or 2983240. OLE color: 2983240.

HSL color Cylindrical-coordinate representation of color #48852D: hue angle of 101.59º 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 #48852D is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 133 45 -
CMYK 0.46 0 0.66 0.48
HSL 101.59º 0.49% 0.35% -
HSV(B) 101.59º 0.66% 0.52% -
XYZ 11.53 18.34 5.42 -
YUV 104.73 94.29 104.66 -
System Red Green Blue C M Y K H S L
Decimal 72 133 45 0.46 0 0.66 0.48 101.59 0.49 0.35
Hex 48 85 2D 2E 0 42 30 66 31 23
Octal 110 205 55 56 0 102 60 146 61 43
Binary 1001000 10000101 101101 101110 0 1000010 110000 1100110 110001 100011

Color Harmonies of #48852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48852D

Black with #48852D

Text Example


Text Example

White with #48852D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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