#349815

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

Shades of La Palma #349815

Tints of La Palma #349815

Color information

#349815 (or 0x349815) is unknown color: approx La Palma. HEX triplet: 34, 98 and 15. RGB value is (52,152,21). Sum of RGB (Red+Green+Blue) = 52+152+21=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 152 (59.77% from 255 or 67.56% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 152 - color contains mainly: green. Hex color #349815 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349815 is #CB67EA. Grayscale: #6B6B6B. Windows color (decimal): -13330411 or 1415220. OLE color: 1415220.

HSL color Cylindrical-coordinate representation of color #349815: hue angle of 105.8º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #349815 is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB5215221-
CMYK0.6600.860.40
HSL105.8º75.72%33.92%-
HSV(B)105.8º86.18%59.61%-
XYZ12.7823.244.52-
YUV107.1779.3788.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.11%
GREEN value IS 152 (59.77% from 255) = 67.56%
BLUE value IS 21 (8.59% from 255) = 9.33%
R=23.11%
G=67.56%
B=9.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52152210.6600.860.40105.875.7233.92
Hex34981542056286a4c22
Octal642302510201265015211442
Binary110100100110001010110000100101011010100011010101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349815; }

 p { color: rgb(52,152,21); }

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

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

 a { background-color: rgb(52,152,21); }

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

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

 span { border-color: rgb(52,152,21); }

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