Html Css Color HEX #48913F La Palma

📋 copy color: '#48913F'

red 72 ◦ green 145 ◦ blue 63

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

Shades of La Palma #48913F

Tints of La Palma #48913F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.79%

 BLUE value IS 63 (25% from 255) = 22.5%

R = 25.71%
G = 51.79%
B = 22.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#48913F (or 0x48913F) is known color: La Palma. HEX triplet: 48, 91 and 3F. RGB value is (72,145,63). Sum of RGB (Red+Green+Blue) = 72+145+63=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #48913F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48913F is #B76EC0. Grayscale: #727272. Windows color (decimal): -12021441 or 4165960. OLE color: 4165960.

HSL color Cylindrical-coordinate representation of color #48913F: hue angle of 113.41º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48913F is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 145 63 -
CMYK 0.50 0 0.57 0.43
HSL 113.41º 0.39% 0.41% -
HSV(B) 113.41º 0.57% 0.57% -
XYZ 13.7 21.99 8.22 -
YUV 113.83 99.32 98.17 -
System Red Green Blue C M Y K H S L
Decimal 72 145 63 0.50 0 0.57 0.43 113.41 0.39 0.41
Hex 48 91 3F 32 0 39 2B 71 27 29
Octal 110 221 77 62 0 71 53 161 47 51
Binary 1001000 10010001 111111 110010 0 111001 101011 1110001 100111 101001

Color Harmonies of #48913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48913F

Black with #48913F

Text Example


Text Example

White with #48913F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48913F; }

 p { color: rgb(72,145,63); }

 H1.HeaderClassName
 {
   color: #48913F;
 }
 .AnyTagClassName
 {
   color: #48913F;
 }
</style>

background-color css

<style>
 a { background-color: #48913F; }

 a { background-color: rgb(72,145,63); }

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

border-color css

<style>
 span { border-color: #48913F; }

 span { border-color: rgb(72,145,63); }

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