#349E15

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

Shades of La Palma #349E15

Tints of La Palma #349E15

Color information

#349E15 (or 0x349E15) is unknown color: approx La Palma. HEX triplet: 34, 9E and 15. RGB value is (52,158,21). Sum of RGB (Red+Green+Blue) = 52+158+21=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 158 (62.11% from 255 or 68.40% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 158 - color contains mainly: green. Hex color #349E15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349E15 is #CB61EA. Grayscale: #6F6F6F. Windows color (decimal): -13328875 or 1416756. OLE color: 1416756.

HSL color Cylindrical-coordinate representation of color #349E15: hue angle of 106.42º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #349E15 is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB5215821-
CMYK0.6700.870.38
HSL106.42º76.54%35.1%-
HSV(B)106.42º86.71%61.96%-
XYZ13.7825.244.85-
YUV110.6977.3886.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.51%
GREEN value IS 158 (62.11% from 255) = 68.40%
BLUE value IS 21 (8.59% from 255) = 9.09%
R=22.51%
G=68.40%
B=9.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52158210.6700.870.38106.4276.5435.1
Hex349E1543057266a4d23
Octal642362510301274615211543
Binary110100100111101010110000110101011110011011010101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349E15; }

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

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

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

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

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

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

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

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