Html Css Color HEX #488A11 La Palma

📋 copy color: '#488A11'

red 72 ◦ green 138 ◦ blue 17

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

Shades of La Palma #488A11

Tints of La Palma #488A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.49%

R = 31.72%
G = 60.79%
B = 7.49%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#488A11 (or 0x488A11) is known color: La Palma. HEX triplet: 48, 8A and 11. RGB value is (72,138,17). Sum of RGB (Red+Green+Blue) = 72+138+17=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 138 (54.30% from 255 or 60.79% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 138 - color contains mainly: green. Hex color #488A11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488A11 is #B775EE. Grayscale: #686868. Windows color (decimal): -12023279 or 1149512. OLE color: 1149512.

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

Color convert

RGB 72 138 17 -
CMYK 0.48 0 0.88 0.46
HSL 92.73º 0.78% 0.3% -
HSV(B) 92.73º 0.88% 0.54% -
XYZ 11.86 19.6 3.69 -
YUV 104.47 78.63 104.84 -
System Red Green Blue C M Y K H S L
Decimal 72 138 17 0.48 0 0.88 0.46 92.73 0.78 0.3
Hex 48 8A 11 30 0 58 2E 5D 4E 1E
Octal 110 212 21 60 0 130 56 135 116 36
Binary 1001000 10001010 10001 110000 0 1011000 101110 1011101 1001110 11110

Color Harmonies of #488A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488A11

Black with #488A11

Text Example


Text Example

White with #488A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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