Html Css Color HEX #488C10 La Palma

📋 copy color: '#488C10'

red 72 ◦ green 140 ◦ blue 16

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

Shades of La Palma #488C10

Tints of La Palma #488C10

RGB

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

 GREEN value IS 140 (55.08% from 255) = 61.4%

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

R = 31.58%
G = 61.4%
B = 7.02%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#488C10 (or 0x488C10) is known color: La Palma. HEX triplet: 48, 8C and 10. RGB value is (72,140,16). Sum of RGB (Red+Green+Blue) = 72+140+16=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 140 (55.08% from 255 or 61.40% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 140 - color contains mainly: green. Hex color #488C10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488C10 is #B773EF. Grayscale: #696969. Windows color (decimal): -12022768 or 1084488. OLE color: 1084488.

HSL color Cylindrical-coordinate representation of color #488C10: hue angle of 92.9º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #488C10 is Cyan = 0.49, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 140 16 -
CMYK 0.49 0 0.89 0.45
HSL 92.9º 0.79% 0.31% -
HSV(B) 92.9º 0.89% 0.55% -
XYZ 12.14 20.17 3.74 -
YUV 105.53 77.47 104.08 -
System Red Green Blue C M Y K H S L
Decimal 72 140 16 0.49 0 0.89 0.45 92.9 0.79 0.31
Hex 48 8C 10 31 0 59 2D 5D 4F 1F
Octal 110 214 20 61 0 131 55 135 117 37
Binary 1001000 10001100 10000 110001 0 1011001 101101 1011101 1001111 11111

Color Harmonies of #488C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488C10

Black with #488C10

Text Example


Text Example

White with #488C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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