Html Css Color HEX #48A528 La Palma

📋 copy color: '#48A528'

red 72 ◦ green 165 ◦ blue 40

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

Shades of La Palma #48A528

Tints of La Palma #48A528

RGB

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

 GREEN value IS 165 (64.84% from 255) = 59.57%

 BLUE value IS 40 (16.02% from 255) = 14.44%

R = 25.99%
G = 59.57%
B = 14.44%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#48A528 (or 0x48A528) is known color: La Palma. HEX triplet: 48, A5 and 28. RGB value is (72,165,40). Sum of RGB (Red+Green+Blue) = 72+165+40=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 165 (64.84% from 255 or 59.57% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 165 - color contains mainly: green. Hex color #48A528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A528 is #B75AD7. Grayscale: #7B7B7B. Windows color (decimal): -12016344 or 2663752. OLE color: 2663752.

HSL color Cylindrical-coordinate representation of color #48A528: hue angle of 104.64º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48A528 is Cyan = 0.56, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 72 165 40 -
CMYK 0.56 0 0.76 0.35
HSL 104.64º 0.61% 0.4% -
HSV(B) 104.64º 0.76% 0.65% -
XYZ 16.51 28.44 6.63 -
YUV 122.94 81.19 91.66 -
System Red Green Blue C M Y K H S L
Decimal 72 165 40 0.56 0 0.76 0.35 104.64 0.61 0.4
Hex 48 A5 28 38 0 4C 23 69 3D 28
Octal 110 245 50 70 0 114 43 151 75 50
Binary 1001000 10100101 101000 111000 0 1001100 100011 1101001 111101 101000

Color Harmonies of #48A528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A528

Black with #48A528

Text Example


Text Example

White with #48A528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48A528; }

 p { color: rgb(72,165,40); }

 H1.HeaderClassName
 {
   color: #48A528;
 }
 .AnyTagClassName
 {
   color: #48A528;
 }
</style>

background-color css

<style>
 a { background-color: #48A528; }

 a { background-color: rgb(72,165,40); }

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

border-color css

<style>
 span { border-color: #48A528; }

 span { border-color: rgb(72,165,40); }

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