Html Css Color HEX #319501 La Palma

📋 copy color: '#319501'

red 49 ◦ green 149 ◦ blue 1

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

Shades of La Palma #319501

Tints of La Palma #319501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 24.62%
G = 74.87%
B = 0.5%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#319501 (or 0x319501) is known color: La Palma. HEX triplet: 31, 95 and 01. RGB value is (49,149,1). Sum of RGB (Red+Green+Blue) = 49+149+1=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 149 (58.59% from 255 or 74.87% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 149 - color contains mainly: green. Hex color #319501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319501 is #CE6AFE. Grayscale: #666666. Windows color (decimal): -13527807 or 103729. OLE color: 103729.

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

Color convert

RGB 49 149 1 -
CMYK 0.67 0 0.99 0.42
HSL 100.54º 0.99% 0.29% -
HSV(B) 100.54º 0.99% 0.58% -
XYZ 12.02 22.15 3.67 -
YUV 102.23 70.87 90.03 -
System Red Green Blue C M Y K H S L
Decimal 49 149 1 0.67 0 0.99 0.42 100.54 0.99 0.29
Hex 31 95 1 43 0 63 2A 65 63 1D
Octal 61 225 1 103 0 143 52 145 143 35
Binary 110001 10010101 1 1000011 0 1100011 101010 1100101 1100011 11101

Color Harmonies of #319501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319501

Black with #319501

Text Example


Text Example

White with #319501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319501; }

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

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

background-color css

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

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

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

border-color css

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

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

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