Html Css Color HEX #48963A La Palma

📋 copy color: '#48963A'

red 72 ◦ green 150 ◦ blue 58

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

Shades of La Palma #48963A

Tints of La Palma #48963A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.57%

 BLUE value IS 58 (23.05% from 255) = 20.71%

R = 25.71%
G = 53.57%
B = 20.71%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#48963A (or 0x48963A) is known color: La Palma. HEX triplet: 48, 96 and 3A. RGB value is (72,150,58). Sum of RGB (Red+Green+Blue) = 72+150+58=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 150 (58.98% from 255 or 53.57% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 150 - color contains mainly: green. Hex color #48963A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48963A is #B769C5. Grayscale: #747474. Windows color (decimal): -12020166 or 3839560. OLE color: 3839560.

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

Color convert

RGB 72 150 58 -
CMYK 0.52 0 0.61 0.41
HSL 110.87º 0.44% 0.41% -
HSV(B) 110.87º 0.61% 0.59% -
XYZ 14.34 23.5 7.78 -
YUV 116.19 95.16 96.48 -
System Red Green Blue C M Y K H S L
Decimal 72 150 58 0.52 0 0.61 0.41 110.87 0.44 0.41
Hex 48 96 3A 34 0 3D 29 6F 2C 29
Octal 110 226 72 64 0 75 51 157 54 51
Binary 1001000 10010110 111010 110100 0 111101 101001 1101111 101100 101001

Color Harmonies of #48963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48963A

Black with #48963A

Text Example


Text Example

White with #48963A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48963A; }

 p { color: rgb(72,150,58); }

 H1.HeaderClassName
 {
   color: #48963A;
 }
 .AnyTagClassName
 {
   color: #48963A;
 }
</style>

background-color css

<style>
 a { background-color: #48963A; }

 a { background-color: rgb(72,150,58); }

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

border-color css

<style>
 span { border-color: #48963A; }

 span { border-color: rgb(72,150,58); }

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