#349613

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

Shades of La Palma #349613

Tints of La Palma #349613

Color information

#349613 (or 0x349613) is unknown color: approx La Palma. HEX triplet: 34, 96 and 13. RGB value is (52,150,19). Sum of RGB (Red+Green+Blue) = 52+150+19=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 150 (58.98% from 255 or 67.87% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 150 - color contains mainly: green. Hex color #349613 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349613 is #CB69EC. Grayscale: #6A6A6A. Windows color (decimal): -13330925 or 1283636. OLE color: 1283636.

HSL color Cylindrical-coordinate representation of color #349613: hue angle of 104.89º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #349613 is Cyan = 0.65, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB5215019-
CMYK0.6500.870.41
HSL104.89º77.51%33.14%-
HSV(B)104.89º87.33%58.82%-
XYZ12.4422.594.32-
YUV105.7679.0389.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.53%
GREEN value IS 150 (58.98% from 255) = 67.87%
BLUE value IS 19 (7.81% from 255) = 8.60%
R=23.53%
G=67.87%
B=8.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52150190.6500.870.41104.8977.5133.14
Hex3496134105729694e21
Octal642262310101275115111641
Binary110100100101101001110000010101011110100111010011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349613; }

 p { color: rgb(52,150,19); }

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

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

 a { background-color: rgb(52,150,19); }

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

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

 span { border-color: rgb(52,150,19); }

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