Html Css Color HEX #48913E La Palma

📋 copy color: '#48913E'

red 72 ◦ green 145 ◦ blue 62

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

Shades of La Palma #48913E

Tints of La Palma #48913E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.22%

R = 25.81%
G = 51.97%
B = 22.22%

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

#48913E (or 0x48913E) is known color: La Palma. HEX triplet: 48, 91 and 3E. RGB value is (72,145,62). Sum of RGB (Red+Green+Blue) = 72+145+62=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 145 (57.03% from 255 or 51.97% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 145 - color contains mainly: green. Hex color #48913E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48913E is #B76EC1. Grayscale: #717171. Windows color (decimal): -12021442 or 4100424. OLE color: 4100424.

HSL color Cylindrical-coordinate representation of color #48913E: hue angle of 112.77º degrees, saturation: 0.4, 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 #48913E is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 145 62 -
CMYK 0.50 0 0.57 0.43
HSL 112.77º 0.4% 0.41% -
HSV(B) 112.77º 0.57% 0.57% -
XYZ 13.67 21.98 8.08 -
YUV 113.71 98.82 98.25 -
System Red Green Blue C M Y K H S L
Decimal 72 145 62 0.50 0 0.57 0.43 112.77 0.4 0.41
Hex 48 91 3E 32 0 39 2B 71 28 29
Octal 110 221 76 62 0 71 53 161 50 51
Binary 1001000 10010001 111110 110010 0 111001 101011 1110001 101000 101001

Color Harmonies of #48913E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48913E

Black with #48913E

Text Example


Text Example

White with #48913E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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