Html Css Color HEX #319014 La Palma

📋 copy color: '#319014'

red 49 ◦ green 144 ◦ blue 20

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

Shades of La Palma #319014

Tints of La Palma #319014

RGB

 RED value IS 49 (19.53% from 255) = 23%

 GREEN value IS 144 (56.64% from 255) = 67.61%

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

R = 23%
G = 67.61%
B = 9.39%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#319014 (or 0x319014) is known color: La Palma. HEX triplet: 31, 90 and 14. RGB value is (49,144,20). Sum of RGB (Red+Green+Blue) = 49+144+20=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 144 (56.64% from 255 or 67.61% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 144 - color contains mainly: green. Hex color #319014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319014 is #CE6FEB. Grayscale: #656565. Windows color (decimal): -13529068 or 1347633. OLE color: 1347633.

HSL color Cylindrical-coordinate representation of color #319014: hue angle of 105.97º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #319014 is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 144 20 -
CMYK 0.66 0 0.86 0.44
HSL 105.97º 0.76% 0.32% -
HSV(B) 105.97º 0.86% 0.56% -
XYZ 11.37 20.65 4.05 -
YUV 101.46 82.03 90.58 -
System Red Green Blue C M Y K H S L
Decimal 49 144 20 0.66 0 0.86 0.44 105.97 0.76 0.32
Hex 31 90 14 42 0 56 2C 6A 4C 20
Octal 61 220 24 102 0 126 54 152 114 40
Binary 110001 10010000 10100 1000010 0 1010110 101100 1101010 1001100 100000

Color Harmonies of #319014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319014

Black with #319014

Text Example


Text Example

White with #319014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319014; }

 p { color: rgb(49,144,20); }

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

background-color css

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

 a { background-color: rgb(49,144,20); }

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

border-color css

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

 span { border-color: rgb(49,144,20); }

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