#319702

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

Shades of La Palma #319702

Tints of La Palma #319702

Color information

#319702 (or 0x319702) is unknown color: approx La Palma. HEX triplet: 31, 97 and 02. RGB value is (49,151,2). Sum of RGB (Red+Green+Blue) = 49+151+2=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 151 (59.38% from 255 or 74.75% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 151 - color contains mainly: green. Hex color #319702 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319702 is #CE68FD. Grayscale: #686868. Windows color (decimal): -13527294 or 169777. OLE color: 169777.

HSL color Cylindrical-coordinate representation of color #319702: hue angle of 101.07º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #319702 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB491512-
CMYK0.6800.990.41
HSL101.07º97.39%30%-
HSV(B)101.07º98.68%59.22%-
XYZ12.3422.793.81-
YUV103.5270.7189.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 151 (59.38% from 255) = 74.75%
BLUE value IS 2 (1.17% from 255) = 0.99%
R=24.26%
G=74.75%
B=0.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal4915120.6800.990.41101.0797.3930
Hex31972440632965611e
Octal61227210401435114514136
Binary11000110010111101000100011000111010011100101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319702; }

 p { color: rgb(49,151,2); }

 H1.HeaderClassName
 {
   color: #319702;
 }
 .AnyTagClassName
 {
   color: #319702;
 }
</style>
background-color css

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

 a { background-color: rgb(49,151,2); }

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

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

 span { border-color: rgb(49,151,2); }

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