Html Css Color HEX #488820 La Palma

📋 copy color: '#488820'

red 72 ◦ green 136 ◦ blue 32

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

Shades of La Palma #488820

Tints of La Palma #488820

RGB

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

 GREEN value IS 136 (53.52% from 255) = 56.67%

 BLUE value IS 32 (12.89% from 255) = 13.33%

R = 30%
G = 56.67%
B = 13.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#488820 (or 0x488820) is known color: La Palma. HEX triplet: 48, 88 and 20. RGB value is (72,136,32). Sum of RGB (Red+Green+Blue) = 72+136+32=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 136 (53.52% from 255 or 56.67% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 136 - color contains mainly: green. Hex color #488820 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488820 is #B777DF. Grayscale: #696969. Windows color (decimal): -12023776 or 2132040. OLE color: 2132040.

HSL color Cylindrical-coordinate representation of color #488820: hue angle of 96.92º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #488820 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 136 32 -
CMYK 0.47 0 0.76 0.47
HSL 96.92º 0.62% 0.33% -
HSV(B) 96.92º 0.76% 0.53% -
XYZ 11.74 19.09 4.43 -
YUV 105.01 86.8 104.46 -
System Red Green Blue C M Y K H S L
Decimal 72 136 32 0.47 0 0.76 0.47 96.92 0.62 0.33
Hex 48 88 20 2F 0 4C 2F 61 3E 21
Octal 110 210 40 57 0 114 57 141 76 41
Binary 1001000 10001000 100000 101111 0 1001100 101111 1100001 111110 100001

Color Harmonies of #488820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488820

Black with #488820

Text Example


Text Example

White with #488820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488820; }

 p { color: rgb(72,136,32); }

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

background-color css

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

 a { background-color: rgb(72,136,32); }

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

border-color css

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

 span { border-color: rgb(72,136,32); }

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