Html Css Color HEX #48943E La Palma

📋 copy color: '#48943E'

red 72 ◦ green 148 ◦ blue 62

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

Shades of La Palma #48943E

Tints of La Palma #48943E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.48%

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

R = 25.53%
G = 52.48%
B = 21.99%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#48943E (or 0x48943E) is known color: La Palma. HEX triplet: 48, 94 and 3E. RGB value is (72,148,62). Sum of RGB (Red+Green+Blue) = 72+148+62=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 148 (58.20% from 255 or 52.48% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 148 - color contains mainly: green. Hex color #48943E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48943E is #B76BC1. Grayscale: #737373. Windows color (decimal): -12020674 or 4101192. OLE color: 4101192.

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

Color convert

RGB 72 148 62 -
CMYK 0.51 0 0.58 0.42
HSL 113.02º 0.41% 0.41% -
HSV(B) 113.02º 0.58% 0.58% -
XYZ 14.13 22.91 8.23 -
YUV 115.47 97.82 96.99 -
System Red Green Blue C M Y K H S L
Decimal 72 148 62 0.51 0 0.58 0.42 113.02 0.41 0.41
Hex 48 94 3E 33 0 3A 2A 71 29 29
Octal 110 224 76 63 0 72 52 161 51 51
Binary 1001000 10010100 111110 110011 0 111010 101010 1110001 101001 101001

Color Harmonies of #48943E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48943E

Black with #48943E

Text Example


Text Example

White with #48943E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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