Html Css Color HEX #468D14 La Palma

📋 copy color: '#468D14'

red 70 ◦ green 141 ◦ blue 20

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

Shades of La Palma #468D14

Tints of La Palma #468D14

RGB

 RED value IS 70 (27.73% from 255) = 30.3%

 GREEN value IS 141 (55.47% from 255) = 61.04%

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

R = 30.3%
G = 61.04%
B = 8.66%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#468D14 (or 0x468D14) is known color: La Palma. HEX triplet: 46, 8D and 14. RGB value is (70,141,20). Sum of RGB (Red+Green+Blue) = 70+141+20=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 141 (55.47% from 255 or 61.04% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 141 - color contains mainly: green. Hex color #468D14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468D14 is #B972EB. Grayscale: #6A6A6A. Windows color (decimal): -12153580 or 1346886. OLE color: 1346886.

HSL color Cylindrical-coordinate representation of color #468D14: hue angle of 95.21º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #468D14 is Cyan = 0.50, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 141 20 -
CMYK 0.50 0 0.86 0.45
HSL 95.21º 0.75% 0.32% -
HSV(B) 95.21º 0.86% 0.55% -
XYZ 12.18 20.4 3.96 -
YUV 105.98 79.48 102.34 -
System Red Green Blue C M Y K H S L
Decimal 70 141 20 0.50 0 0.86 0.45 95.21 0.75 0.32
Hex 46 8D 14 32 0 56 2D 5F 4B 20
Octal 106 215 24 62 0 126 55 137 113 40
Binary 1000110 10001101 10100 110010 0 1010110 101101 1011111 1001011 100000

Color Harmonies of #468D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468D14

Black with #468D14

Text Example


Text Example

White with #468D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468D14; }

 p { color: rgb(70,141,20); }

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

background-color css

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

 a { background-color: rgb(70,141,20); }

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

border-color css

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

 span { border-color: rgb(70,141,20); }

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