#319606

Color #319606 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #319606

Tints of La Palma #319606

Color information

#319606 (or 0x319606) is unknown color: approx 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

RGB491506-
CMYK0.6700.960.41
HSL102.08º92.31%30.59%-
HSV(B)102.08º96%58.82%-
XYZ12.2122.483.87-
YUV103.3873.0489.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.90%
GREEN value IS 150 (58.98% from 255) = 73.17%
BLUE value IS 6 (2.73% from 255) = 2.93%
R=23.90%
G=73.17%
B=2.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal4915060.6700.960.41102.0892.3130.59
Hex319664306029665c1f
Octal61226610301405114613437
Binary110001100101101101000011011000001010011100110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>