Html Css Color HEX #48812A La Palma

📋 copy color: '#48812A'

red 72 ◦ green 129 ◦ blue 42

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

Shades of La Palma #48812A

Tints of La Palma #48812A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 53.09%

 BLUE value IS 42 (16.8% from 255) = 17.28%

R = 29.63%
G = 53.09%
B = 17.28%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#48812A (or 0x48812A) is known color: La Palma. HEX triplet: 48, 81 and 2A. RGB value is (72,129,42). Sum of RGB (Red+Green+Blue) = 72+129+42=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 129 (50.78% from 255 or 53.09% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 129 - color contains mainly: green. Hex color #48812A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48812A is #B77ED5. Grayscale: #666666. Windows color (decimal): -12025558 or 2785608. OLE color: 2785608.

HSL color Cylindrical-coordinate representation of color #48812A: hue angle of 99.31º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48812A is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 129 42 -
CMYK 0.44 0 0.67 0.49
HSL 99.31º 0.51% 0.34% -
HSV(B) 99.31º 0.67% 0.51% -
XYZ 10.94 17.25 4.94 -
YUV 102.04 94.12 106.57 -
System Red Green Blue C M Y K H S L
Decimal 72 129 42 0.44 0 0.67 0.49 99.31 0.51 0.34
Hex 48 81 2A 2C 0 43 31 63 33 22
Octal 110 201 52 54 0 103 61 143 63 42
Binary 1001000 10000001 101010 101100 0 1000011 110001 1100011 110011 100010

Color Harmonies of #48812A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48812A

Black with #48812A

Text Example


Text Example

White with #48812A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48812A; }

 p { color: rgb(72,129,42); }

 H1.HeaderClassName
 {
   color: #48812A;
 }
 .AnyTagClassName
 {
   color: #48812A;
 }
</style>

background-color css

<style>
 a { background-color: #48812A; }

 a { background-color: rgb(72,129,42); }

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

border-color css

<style>
 span { border-color: #48812A; }

 span { border-color: rgb(72,129,42); }

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