Html Css Color HEX #488A10 La Palma

📋 copy color: '#488A10'

red 72 ◦ green 138 ◦ blue 16

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

Shades of La Palma #488A10

Tints of La Palma #488A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.08%

R = 31.86%
G = 61.06%
B = 7.08%

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

#488A10 (or 0x488A10) is known color: La Palma. HEX triplet: 48, 8A and 10. RGB value is (72,138,16). Sum of RGB (Red+Green+Blue) = 72+138+16=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 138 (54.30% from 255 or 61.06% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 138 - color contains mainly: green. Hex color #488A10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488A10 is #B775EF. Grayscale: #686868. Windows color (decimal): -12023280 or 1083976. OLE color: 1083976.

HSL color Cylindrical-coordinate representation of color #488A10: hue angle of 92.46º degrees, saturation: 0.79, 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 #488A10 is Cyan = 0.48, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 138 16 -
CMYK 0.48 0 0.88 0.46
HSL 92.46º 0.79% 0.3% -
HSV(B) 92.46º 0.88% 0.54% -
XYZ 11.85 19.59 3.65 -
YUV 104.36 78.13 104.92 -
System Red Green Blue C M Y K H S L
Decimal 72 138 16 0.48 0 0.88 0.46 92.46 0.79 0.3
Hex 48 8A 10 30 0 58 2E 5C 4F 1E
Octal 110 212 20 60 0 130 56 134 117 36
Binary 1001000 10001010 10000 110000 0 1011000 101110 1011100 1001111 11110

Color Harmonies of #488A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488A10

Black with #488A10

Text Example


Text Example

White with #488A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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