Html Css Color HEX #488518 La Palma

📋 copy color: '#488518'

red 72 ◦ green 133 ◦ blue 24

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

Shades of La Palma #488518

Tints of La Palma #488518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.48%

R = 31.44%
G = 58.08%
B = 10.48%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#488518 (or 0x488518) is known color: La Palma. HEX triplet: 48, 85 and 18. RGB value is (72,133,24). Sum of RGB (Red+Green+Blue) = 72+133+24=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 133 (52.34% from 255 or 58.08% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 133 - color contains mainly: green. Hex color #488518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488518 is #B77AE7. Grayscale: #666666. Windows color (decimal): -12024552 or 1606984. OLE color: 1606984.

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

Color convert

RGB 72 133 24 -
CMYK 0.46 0 0.82 0.48
HSL 93.58º 0.69% 0.31% -
HSV(B) 93.58º 0.82% 0.52% -
XYZ 11.22 18.22 3.79 -
YUV 102.34 83.79 106.36 -
System Red Green Blue C M Y K H S L
Decimal 72 133 24 0.46 0 0.82 0.48 93.58 0.69 0.31
Hex 48 85 18 2E 0 52 30 5E 45 1F
Octal 110 205 30 56 0 122 60 136 105 37
Binary 1001000 10000101 11000 101110 0 1010010 110000 1011110 1000101 11111

Color Harmonies of #488518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488518

Black with #488518

Text Example


Text Example

White with #488518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488518; }

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

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

background-color css

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

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

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

border-color css

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

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

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