Html Css Color HEX #488520 La Palma

📋 copy color: '#488520'

red 72 ◦ green 133 ◦ blue 32

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

Shades of La Palma #488520

Tints of La Palma #488520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 56.12%

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

R = 30.38%
G = 56.12%
B = 13.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#488520 (or 0x488520) is known color: La Palma. HEX triplet: 48, 85 and 20. RGB value is (72,133,32). Sum of RGB (Red+Green+Blue) = 72+133+32=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #488520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488520 is #B77ADF. Grayscale: #676767. Windows color (decimal): -12024544 or 2131272. OLE color: 2131272.

HSL color Cylindrical-coordinate representation of color #488520: hue angle of 96.24º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #488520 is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 133 32 -
CMYK 0.46 0 0.76 0.48
HSL 96.24º 0.61% 0.32% -
HSV(B) 96.24º 0.76% 0.52% -
XYZ 11.32 18.26 4.29 -
YUV 103.25 87.79 105.71 -
System Red Green Blue C M Y K H S L
Decimal 72 133 32 0.46 0 0.76 0.48 96.24 0.61 0.32
Hex 48 85 20 2E 0 4C 30 60 3D 20
Octal 110 205 40 56 0 114 60 140 75 40
Binary 1001000 10000101 100000 101110 0 1001100 110000 1100000 111101 100000

Color Harmonies of #488520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488520

Black with #488520

Text Example


Text Example

White with #488520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488520; }

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

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

background-color css

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

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

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

border-color css

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

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

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