Html Css Color HEX #319411 La Palma

📋 copy color: '#319411'

red 49 ◦ green 148 ◦ blue 17

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

Shades of La Palma #319411

Tints of La Palma #319411

RGB

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

 GREEN value IS 148 (58.2% from 255) = 69.16%

 BLUE value IS 17 (7.03% from 255) = 7.94%

R = 22.9%
G = 69.16%
B = 7.94%

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

#319411 (or 0x319411) is known color: La Palma. HEX triplet: 31, 94 and 11. RGB value is (49,148,17). Sum of RGB (Red+Green+Blue) = 49+148+17=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 148 (58.20% from 255 or 69.16% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 148 - color contains mainly: green. Hex color #319411 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319411 is #CE6BEE. Grayscale: #676767. Windows color (decimal): -13528047 or 1152049. OLE color: 1152049.

HSL color Cylindrical-coordinate representation of color #319411: hue angle of 105.34º degrees, saturation: 0.79, 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 #319411 is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 148 17 -
CMYK 0.67 0 0.89 0.42
HSL 105.34º 0.79% 0.32% -
HSV(B) 105.34º 0.89% 0.58% -
XYZ 11.96 21.87 4.12 -
YUV 103.47 79.2 89.15 -
System Red Green Blue C M Y K H S L
Decimal 49 148 17 0.67 0 0.89 0.42 105.34 0.79 0.32
Hex 31 94 11 43 0 59 2A 69 4F 20
Octal 61 224 21 103 0 131 52 151 117 40
Binary 110001 10010100 10001 1000011 0 1011001 101010 1101001 1001111 100000

Color Harmonies of #319411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319411

Black with #319411

Text Example


Text Example

White with #319411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319411; }

 p { color: rgb(49,148,17); }

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

background-color css

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

 a { background-color: rgb(49,148,17); }

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

border-color css

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

 span { border-color: rgb(49,148,17); }

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