Html Css Color HEX #488A16 La Palma

📋 copy color: '#488A16'

red 72 ◦ green 138 ◦ blue 22

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

Shades of La Palma #488A16

Tints of La Palma #488A16

RGB

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

 GREEN value IS 138 (54.3% from 255) = 59.48%

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

R = 31.03%
G = 59.48%
B = 9.48%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#488A16 (or 0x488A16) is known color: La Palma. HEX triplet: 48, 8A and 16. RGB value is (72,138,22). Sum of RGB (Red+Green+Blue) = 72+138+22=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 138 (54.30% from 255 or 59.48% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 138 - color contains mainly: green. Hex color #488A16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488A16 is #B775E9. Grayscale: #696969. Windows color (decimal): -12023274 or 1477192. OLE color: 1477192.

HSL color Cylindrical-coordinate representation of color #488A16: hue angle of 94.14º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #488A16 is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 138 22 -
CMYK 0.48 0 0.84 0.46
HSL 94.14º 0.73% 0.31% -
HSV(B) 94.14º 0.84% 0.54% -
XYZ 11.91 19.61 3.92 -
YUV 105.04 81.13 104.43 -
System Red Green Blue C M Y K H S L
Decimal 72 138 22 0.48 0 0.84 0.46 94.14 0.73 0.31
Hex 48 8A 16 30 0 54 2E 5E 48 1F
Octal 110 212 26 60 0 124 56 136 110 37
Binary 1001000 10001010 10110 110000 0 1010100 101110 1011110 1001000 11111

Color Harmonies of #488A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488A16

Black with #488A16

Text Example


Text Example

White with #488A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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