Html Css Color HEX #48832D La Palma

📋 copy color: '#48832D'

red 72 ◦ green 131 ◦ blue 45

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

Shades of La Palma #48832D

Tints of La Palma #48832D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.82%

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

R = 29.03%
G = 52.82%
B = 18.15%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#48832D (or 0x48832D) is known color: La Palma. HEX triplet: 48, 83 and 2D. RGB value is (72,131,45). Sum of RGB (Red+Green+Blue) = 72+131+45=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 131 (51.56% from 255 or 52.82% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 131 - color contains mainly: green. Hex color #48832D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48832D is #B77CD2. Grayscale: #676767. Windows color (decimal): -12025043 or 2982728. OLE color: 2982728.

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

Color convert

RGB 72 131 45 -
CMYK 0.45 0 0.66 0.49
HSL 101.16º 0.49% 0.35% -
HSV(B) 101.16º 0.66% 0.51% -
XYZ 11.26 17.8 5.32 -
YUV 103.56 94.95 105.49 -
System Red Green Blue C M Y K H S L
Decimal 72 131 45 0.45 0 0.66 0.49 101.16 0.49 0.35
Hex 48 83 2D 2D 0 42 31 65 31 23
Octal 110 203 55 55 0 102 61 145 61 43
Binary 1001000 10000011 101101 101101 0 1000010 110001 1100101 110001 100011

Color Harmonies of #48832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48832D

Black with #48832D

Text Example


Text Example

White with #48832D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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