#349F12

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

Shades of La Palma #349F12

Tints of La Palma #349F12

Color information

#349F12 (or 0x349F12) is unknown color: approx La Palma. HEX triplet: 34, 9F and 12. RGB value is (52,159,18). Sum of RGB (Red+Green+Blue) = 52+159+18=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 159 (62.5% from 255 or 69.43% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 159 - color contains mainly: green. Hex color #349F12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349F12 is #CB60ED. Grayscale: #6F6F6F. Windows color (decimal): -13328622 or 1220404. OLE color: 1220404.

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

Color convert

RGB5215918-
CMYK0.6700.890.38
HSL105.53º79.66%34.71%-
HSV(B)105.53º88.68%62.35%-
XYZ13.9225.574.77-
YUV110.9375.5585.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.71%
GREEN value IS 159 (62.5% from 255) = 69.43%
BLUE value IS 18 (7.42% from 255) = 7.86%
R=22.71%
G=69.43%
B=7.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52159180.6700.890.38105.5379.6634.71
Hex349F1243059266a5023
Octal642372210301314615212043
Binary110100100111111001010000110101100110011011010101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,159,18); }

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

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

 a { background-color: rgb(52,159,18); }

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

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

 span { border-color: rgb(52,159,18); }

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