Html Css Color HEX #488516 La Palma

📋 copy color: '#488516'

red 72 ◦ green 133 ◦ blue 22

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

Shades of La Palma #488516

Tints of La Palma #488516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.69%

R = 31.72%
G = 58.59%
B = 9.69%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#488516 (or 0x488516) is known color: La Palma. HEX triplet: 48, 85 and 16. RGB value is (72,133,22). Sum of RGB (Red+Green+Blue) = 72+133+22=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 133 (52.34% from 255 or 58.59% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 133 - color contains mainly: green. Hex color #488516 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488516 is #B77AE9. Grayscale: #666666. Windows color (decimal): -12024554 or 1475912. OLE color: 1475912.

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

Color convert

RGB 72 133 22 -
CMYK 0.46 0 0.83 0.48
HSL 92.97º 0.72% 0.3% -
HSV(B) 92.97º 0.83% 0.52% -
XYZ 11.2 18.21 3.68 -
YUV 102.11 82.79 106.53 -
System Red Green Blue C M Y K H S L
Decimal 72 133 22 0.46 0 0.83 0.48 92.97 0.72 0.3
Hex 48 85 16 2E 0 53 30 5D 48 1E
Octal 110 205 26 56 0 123 60 135 110 36
Binary 1001000 10000101 10110 101110 0 1010011 110000 1011101 1001000 11110

Color Harmonies of #488516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488516

Black with #488516

Text Example


Text Example

White with #488516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488516; }

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

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

background-color css

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

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

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

border-color css

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

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

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