#349012

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

Shades of La Palma #349012

Tints of La Palma #349012

Color information

#349012 (or 0x349012) is unknown color: approx La Palma. HEX triplet: 34, 90 and 12. RGB value is (52,144,18). Sum of RGB (Red+Green+Blue) = 52+144+18=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 144 (56.64% from 255 or 67.29% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 144 - color contains mainly: green. Hex color #349012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349012 is #CB6FED. Grayscale: #666666. Windows color (decimal): -13332462 or 1216564. OLE color: 1216564.

HSL color Cylindrical-coordinate representation of color #349012: hue angle of 103.81º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #349012 is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB5214418-
CMYK0.6400.880.44
HSL103.81º77.78%31.76%-
HSV(B)103.81º87.5%56.47%-
XYZ11.520.723.97-
YUV102.1380.5292.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.30%
GREEN value IS 144 (56.64% from 255) = 67.29%
BLUE value IS 18 (7.42% from 255) = 8.41%
R=24.30%
G=67.29%
B=8.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52144180.6400.880.44103.8177.7831.76
Hex349012400582C684e20
Octal642202210001305415011640
Binary110100100100001001010000000101100010110011010001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349012; }

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

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

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

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

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

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

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

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