Html Css Color HEX #488612 La Palma

📋 copy color: '#488612'

red 72 ◦ green 134 ◦ blue 18

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

Shades of La Palma #488612

Tints of La Palma #488612

RGB

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

 GREEN value IS 134 (52.73% from 255) = 59.82%

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

R = 32.14%
G = 59.82%
B = 8.04%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#488612 (or 0x488612) is known color: La Palma. HEX triplet: 48, 86 and 12. RGB value is (72,134,18). Sum of RGB (Red+Green+Blue) = 72+134+18=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 134 (52.73% from 255 or 59.82% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 134 - color contains mainly: green. Hex color #488612 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488612 is #B779ED. Grayscale: #666666. Windows color (decimal): -12024302 or 1214024. OLE color: 1214024.

HSL color Cylindrical-coordinate representation of color #488612: hue angle of 92.07º 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 #488612 is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 134 18 -
CMYK 0.46 0 0.87 0.47
HSL 92.07º 0.76% 0.3% -
HSV(B) 92.07º 0.87% 0.53% -
XYZ 11.31 18.47 3.54 -
YUV 102.24 80.46 106.43 -
System Red Green Blue C M Y K H S L
Decimal 72 134 18 0.46 0 0.87 0.47 92.07 0.76 0.3
Hex 48 86 12 2E 0 57 2F 5C 4C 1E
Octal 110 206 22 56 0 127 57 134 114 36
Binary 1001000 10000110 10010 101110 0 1010111 101111 1011100 1001100 11110

Color Harmonies of #488612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488612

Black with #488612

Text Example


Text Example

White with #488612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488612; }

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

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

background-color css

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

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

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

border-color css

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

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

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