Html Css Color HEX #48953D La Palma

📋 copy color: '#48953D'

red 72 ◦ green 149 ◦ blue 61

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

Shades of La Palma #48953D

Tints of La Palma #48953D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.84%

 BLUE value IS 61 (24.22% from 255) = 21.63%

R = 25.53%
G = 52.84%
B = 21.63%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#48953D (or 0x48953D) is known color: La Palma. HEX triplet: 48, 95 and 3D. RGB value is (72,149,61). Sum of RGB (Red+Green+Blue) = 72+149+61=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #48953D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48953D is #B76AC2. Grayscale: #747474. Windows color (decimal): -12020419 or 4035912. OLE color: 4035912.

HSL color Cylindrical-coordinate representation of color #48953D: hue angle of 112.5º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48953D is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 149 61 -
CMYK 0.52 0 0.59 0.42
HSL 112.5º 0.42% 0.41% -
HSV(B) 112.5º 0.59% 0.58% -
XYZ 14.26 23.21 8.14 -
YUV 115.95 96.99 96.66 -
System Red Green Blue C M Y K H S L
Decimal 72 149 61 0.52 0 0.59 0.42 112.5 0.42 0.41
Hex 48 95 3D 34 0 3B 2A 70 2A 29
Octal 110 225 75 64 0 73 52 160 52 51
Binary 1001000 10010101 111101 110100 0 111011 101010 1110000 101010 101001

Color Harmonies of #48953D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48953D

Black with #48953D

Text Example


Text Example

White with #48953D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,149,61); }

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

background-color css

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

 a { background-color: rgb(72,149,61); }

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

border-color css

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

 span { border-color: rgb(72,149,61); }

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