Html Css Color HEX #488914 La Palma

📋 copy color: '#488914'

red 72 ◦ green 137 ◦ blue 20

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

Shades of La Palma #488914

Tints of La Palma #488914

RGB

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

 GREEN value IS 137 (53.91% from 255) = 59.83%

 BLUE value IS 20 (8.2% from 255) = 8.73%

R = 31.44%
G = 59.83%
B = 8.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#488914 (or 0x488914) is known color: La Palma. HEX triplet: 48, 89 and 14. RGB value is (72,137,20). Sum of RGB (Red+Green+Blue) = 72+137+20=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 137 (53.91% from 255 or 59.83% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 137 - color contains mainly: green. Hex color #488914 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488914 is #B776EB. Grayscale: #686868. Windows color (decimal): -12023532 or 1345864. OLE color: 1345864.

HSL color Cylindrical-coordinate representation of color #488914: hue angle of 93.33º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #488914 is Cyan = 0.47, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 137 20 -
CMYK 0.47 0 0.85 0.46
HSL 93.33º 0.75% 0.31% -
HSV(B) 93.33º 0.85% 0.54% -
XYZ 11.74 19.32 3.77 -
YUV 104.23 80.47 105.01 -
System Red Green Blue C M Y K H S L
Decimal 72 137 20 0.47 0 0.85 0.46 93.33 0.75 0.31
Hex 48 89 14 2F 0 55 2E 5D 4B 1F
Octal 110 211 24 57 0 125 56 135 113 37
Binary 1001000 10001001 10100 101111 0 1010101 101110 1011101 1001011 11111

Color Harmonies of #488914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488914

Black with #488914

Text Example


Text Example

White with #488914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488914; }

 p { color: rgb(72,137,20); }

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

background-color css

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

 a { background-color: rgb(72,137,20); }

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

border-color css

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

 span { border-color: rgb(72,137,20); }

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