#349914

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

Shades of La Palma #349914

Tints of La Palma #349914

Color information

#349914 (or 0x349914) is unknown color: approx La Palma. HEX triplet: 34, 99 and 14. RGB value is (52,153,20). Sum of RGB (Red+Green+Blue) = 52+153+20=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 153 (60.16% from 255 or 68% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 153 - color contains mainly: green. Hex color #349914 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349914 is #CB66EB. Grayscale: #6C6C6C. Windows color (decimal): -13330156 or 1349940. OLE color: 1349940.

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

Color convert

RGB5215320-
CMYK0.6600.870.4
HSL105.56º76.88%33.92%-
HSV(B)105.56º86.93%60%-
XYZ12.9323.564.53-
YUV107.6478.5488.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.11%
GREEN value IS 153 (60.16% from 255) = 68%
BLUE value IS 20 (8.20% from 255) = 8.89%
R=23.11%
G=68%
B=8.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal52153200.6600.870.4105.5676.8833.92
Hex34991442057286a4d22
Octal642312410201275015211542
Binary110100100110011010010000100101011110100011010101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349914; }

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

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

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

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

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

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

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

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