Html Css Color HEX #319606 La Palma

📋 copy color: '#319606'

red 49 ◦ green 150 ◦ blue 6

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

Shades of La Palma #319606

Tints of La Palma #319606

RGB

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

 GREEN value IS 150 (58.98% from 255) = 73.17%

 BLUE value IS 6 (2.73% from 255) = 2.93%

R = 23.9%
G = 73.17%
B = 2.93%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#319606 (or 0x319606) is known color: La Palma. HEX triplet: 31, 96 and 06. RGB value is (49,150,6). Sum of RGB (Red+Green+Blue) = 49+150+6=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 150 (58.98% from 255 or 73.17% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 150 - color contains mainly: green. Hex color #319606 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319606 is #CE69F9. Grayscale: #676767. Windows color (decimal): -13527546 or 431665. OLE color: 431665.

HSL color Cylindrical-coordinate representation of color #319606: hue angle of 102.08º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #319606 is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 150 6 -
CMYK 0.67 0 0.96 0.41
HSL 102.08º 0.92% 0.31% -
HSV(B) 102.08º 0.96% 0.59% -
XYZ 12.21 22.48 3.87 -
YUV 103.39 73.04 89.21 -
System Red Green Blue C M Y K H S L
Decimal 49 150 6 0.67 0 0.96 0.41 102.08 0.92 0.31
Hex 31 96 6 43 0 60 29 66 5C 1F
Octal 61 226 6 103 0 140 51 146 134 37
Binary 110001 10010110 110 1000011 0 1100000 101001 1100110 1011100 11111

Color Harmonies of #319606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319606

Black with #319606

Text Example


Text Example

White with #319606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319606; }

 p { color: rgb(49,150,6); }

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

background-color css

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

 a { background-color: rgb(49,150,6); }

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

border-color css

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

 span { border-color: rgb(49,150,6); }

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