Html Css Color HEX #319510 La Palma

📋 copy color: '#319510'

red 49 ◦ green 149 ◦ blue 16

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

Shades of La Palma #319510

Tints of La Palma #319510

RGB

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

 GREEN value IS 149 (58.59% from 255) = 69.63%

 BLUE value IS 16 (6.64% from 255) = 7.48%

R = 22.9%
G = 69.63%
B = 7.48%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#319510 (or 0x319510) is known color: La Palma. HEX triplet: 31, 95 and 10. RGB value is (49,149,16). Sum of RGB (Red+Green+Blue) = 49+149+16=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 149 (58.59% from 255 or 69.63% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 149 - color contains mainly: green. Hex color #319510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319510 is #CE6AEF. Grayscale: #686868. Windows color (decimal): -13527792 or 1086769. OLE color: 1086769.

HSL color Cylindrical-coordinate representation of color #319510: hue angle of 105.11º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #319510 is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 149 16 -
CMYK 0.67 0 0.89 0.42
HSL 105.11º 0.81% 0.32% -
HSV(B) 105.11º 0.89% 0.58% -
XYZ 12.11 22.19 4.13 -
YUV 103.94 78.37 88.81 -
System Red Green Blue C M Y K H S L
Decimal 49 149 16 0.67 0 0.89 0.42 105.11 0.81 0.32
Hex 31 95 10 43 0 59 2A 69 51 20
Octal 61 225 20 103 0 131 52 151 121 40
Binary 110001 10010101 10000 1000011 0 1011001 101010 1101001 1010001 100000

Color Harmonies of #319510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319510

Black with #319510

Text Example


Text Example

White with #319510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319510; }

 p { color: rgb(49,149,16); }

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

background-color css

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

 a { background-color: rgb(49,149,16); }

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

border-color css

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

 span { border-color: rgb(49,149,16); }

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