Html Css Color HEX #48A334 La Palma

📋 copy color: '#48A334'

red 72 ◦ green 163 ◦ blue 52

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

Shades of La Palma #48A334

Tints of La Palma #48A334

RGB

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

 GREEN value IS 163 (64.06% from 255) = 56.79%

 BLUE value IS 52 (20.7% from 255) = 18.12%

R = 25.09%
G = 56.79%
B = 18.12%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#48A334 (or 0x48A334) is known color: La Palma. HEX triplet: 48, A3 and 34. RGB value is (72,163,52). Sum of RGB (Red+Green+Blue) = 72+163+52=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 163 (64.06% from 255 or 56.79% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 163 - color contains mainly: green. Hex color #48A334 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A334 is #B75CCB. Grayscale: #7B7B7B. Windows color (decimal): -12016844 or 3449672. OLE color: 3449672.

HSL color Cylindrical-coordinate representation of color #48A334: hue angle of 109.19º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48A334 is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 72 163 52 -
CMYK 0.56 0 0.68 0.36
HSL 109.19º 0.52% 0.42% -
HSV(B) 109.19º 0.68% 0.64% -
XYZ 16.39 27.82 7.75 -
YUV 123.14 87.85 91.53 -
System Red Green Blue C M Y K H S L
Decimal 72 163 52 0.56 0 0.68 0.36 109.19 0.52 0.42
Hex 48 A3 34 38 0 44 24 6D 34 2A
Octal 110 243 64 70 0 104 44 155 64 52
Binary 1001000 10100011 110100 111000 0 1000100 100100 1101101 110100 101010

Color Harmonies of #48A334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A334

Black with #48A334

Text Example


Text Example

White with #48A334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,163,52); }

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

background-color css

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

 a { background-color: rgb(72,163,52); }

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

border-color css

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

 span { border-color: rgb(72,163,52); }

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