Html Css Color HEX #319215 La Palma

📋 copy color: '#319215'

red 49 ◦ green 146 ◦ blue 21

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

Shades of La Palma #319215

Tints of La Palma #319215

RGB

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

 GREEN value IS 146 (57.42% from 255) = 67.59%

 BLUE value IS 21 (8.59% from 255) = 9.72%

R = 22.69%
G = 67.59%
B = 9.72%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#319215 (or 0x319215) is known color: La Palma. HEX triplet: 31, 92 and 15. RGB value is (49,146,21). Sum of RGB (Red+Green+Blue) = 49+146+21=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 146 (57.42% from 255 or 67.59% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 146 - color contains mainly: green. Hex color #319215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319215 is #CE6DEA. Grayscale: #676767. Windows color (decimal): -13528555 or 1413681. OLE color: 1413681.

HSL color Cylindrical-coordinate representation of color #319215: hue angle of 106.56º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #319215 is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 146 21 -
CMYK 0.66 0 0.86 0.43
HSL 106.56º 0.75% 0.33% -
HSV(B) 106.56º 0.86% 0.57% -
XYZ 11.68 21.26 4.2 -
YUV 102.75 81.86 89.66 -
System Red Green Blue C M Y K H S L
Decimal 49 146 21 0.66 0 0.86 0.43 106.56 0.75 0.33
Hex 31 92 15 42 0 56 2B 6B 4B 21
Octal 61 222 25 102 0 126 53 153 113 41
Binary 110001 10010010 10101 1000010 0 1010110 101011 1101011 1001011 100001

Color Harmonies of #319215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319215

Black with #319215

Text Example


Text Example

White with #319215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319215; }

 p { color: rgb(49,146,21); }

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

background-color css

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

 a { background-color: rgb(49,146,21); }

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

border-color css

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

 span { border-color: rgb(49,146,21); }

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