Html Css Color HEX #319401 La Palma

📋 copy color: '#319401'

red 49 ◦ green 148 ◦ blue 1

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

Shades of La Palma #319401

Tints of La Palma #319401

RGB

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

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

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

R = 24.75%
G = 74.75%
B = 0.51%

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

#319401 (or 0x319401) is known color: La Palma. HEX triplet: 31, 94 and 01. RGB value is (49,148,1). Sum of RGB (Red+Green+Blue) = 49+148+1=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 148 (58.20% from 255 or 74.75% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 148 - color contains mainly: green. Hex color #319401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319401 is #CE6BFE. Grayscale: #666666. Windows color (decimal): -13528063 or 103473. OLE color: 103473.

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

Color convert

RGB 49 148 1 -
CMYK 0.67 0 0.99 0.42
HSL 100.41º 0.99% 0.29% -
HSV(B) 100.41º 0.99% 0.58% -
XYZ 11.86 21.83 3.62 -
YUV 101.64 71.2 90.45 -
System Red Green Blue C M Y K H S L
Decimal 49 148 1 0.67 0 0.99 0.42 100.41 0.99 0.29
Hex 31 94 1 43 0 63 2A 64 63 1D
Octal 61 224 1 103 0 143 52 144 143 35
Binary 110001 10010100 1 1000011 0 1100011 101010 1100100 1100011 11101

Color Harmonies of #319401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319401

Black with #319401

Text Example


Text Example

White with #319401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319401; }

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

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

background-color css

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

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

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

border-color css

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

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

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