#349014

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

Shades of La Palma #349014

Tints of La Palma #349014

Color information

#349014 (or 0x349014) is unknown color: approx La Palma. HEX triplet: 34, 90 and 14. RGB value is (52,144,20). Sum of RGB (Red+Green+Blue) = 52+144+20=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 144 (56.64% from 255 or 66.67% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 144 - color contains mainly: green. Hex color #349014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349014 is #CB6FEB. Grayscale: #666666. Windows color (decimal): -13332460 or 1347636. OLE color: 1347636.

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

Color convert

RGB5214420-
CMYK0.6400.860.44
HSL104.52º75.61%32.16%-
HSV(B)104.52º86.11%56.47%-
XYZ11.5220.734.06-
YUV102.3681.5292.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.07%
GREEN value IS 144 (56.64% from 255) = 66.67%
BLUE value IS 20 (8.20% from 255) = 9.26%
R=24.07%
G=66.67%
B=9.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52144200.6400.860.44104.5275.6132.16
Hex349014400562C694c20
Octal642202410001265415111440
Binary110100100100001010010000000101011010110011010011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349014; }

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

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

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

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

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

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

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

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