#349711

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

Shades of La Palma #349711

Tints of La Palma #349711

Color information

#349711 (or 0x349711) is unknown color: approx La Palma. HEX triplet: 34, 97 and 11. RGB value is (52,151,17). Sum of RGB (Red+Green+Blue) = 52+151+17=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 151 (59.38% from 255 or 68.64% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 151 - color contains mainly: green. Hex color #349711 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349711 is #CB68EE. Grayscale: #6A6A6A. Windows color (decimal): -13330671 or 1152820. OLE color: 1152820.

HSL color Cylindrical-coordinate representation of color #349711: hue angle of 104.33º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #349711 is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB5215117-
CMYK0.6600.890.41
HSL104.33º79.76%32.94%-
HSV(B)104.33º88.74%59.22%-
XYZ12.5822.94.29-
YUV106.1277.789.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.64%
GREEN value IS 151 (59.38% from 255) = 68.64%
BLUE value IS 17 (7.03% from 255) = 7.73%
R=23.64%
G=68.64%
B=7.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52151170.6600.890.41104.3379.7632.94
Hex3497114205929685021
Octal642272110201315115012041
Binary110100100101111000110000100101100110100111010001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349711; }

 p { color: rgb(52,151,17); }

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

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

 a { background-color: rgb(52,151,17); }

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

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

 span { border-color: rgb(52,151,17); }

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