Html Css Color HEX #488712 La Palma

📋 copy color: '#488712'

red 72 ◦ green 135 ◦ blue 18

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

Shades of La Palma #488712

Tints of La Palma #488712

RGB

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

 GREEN value IS 135 (53.13% from 255) = 60%

 BLUE value IS 18 (7.42% from 255) = 8%

R = 32%
G = 60%
B = 8%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#488712 (or 0x488712) is known color: La Palma. HEX triplet: 48, 87 and 12. RGB value is (72,135,18). Sum of RGB (Red+Green+Blue) = 72+135+18=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 135 (53.12% from 255 or 60% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 135 - color contains mainly: green. Hex color #488712 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488712 is #B778ED. Grayscale: #676767. Windows color (decimal): -12024046 or 1214280. OLE color: 1214280.

HSL color Cylindrical-coordinate representation of color #488712: hue angle of 92.31º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #488712 is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 135 18 -
CMYK 0.47 0 0.87 0.47
HSL 92.31º 0.76% 0.3% -
HSV(B) 92.31º 0.87% 0.53% -
XYZ 11.45 18.75 3.59 -
YUV 102.83 80.13 106.01 -
System Red Green Blue C M Y K H S L
Decimal 72 135 18 0.47 0 0.87 0.47 92.31 0.76 0.3
Hex 48 87 12 2F 0 57 2F 5C 4C 1E
Octal 110 207 22 57 0 127 57 134 114 36
Binary 1001000 10000111 10010 101111 0 1010111 101111 1011100 1001100 11110

Color Harmonies of #488712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488712

Black with #488712

Text Example


Text Example

White with #488712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488712; }

 p { color: rgb(72,135,18); }

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

background-color css

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

 a { background-color: rgb(72,135,18); }

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

border-color css

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

 span { border-color: rgb(72,135,18); }

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