#349F1F

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

Shades of La Palma #349F1F

Tints of La Palma #349F1F

Color information

#349F1F (or 0x349F1F) is unknown color: approx La Palma. HEX triplet: 34, 9F and 1F. RGB value is (52,159,31). Sum of RGB (Red+Green+Blue) = 52+159+31=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 159 (62.5% from 255 or 65.70% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 159 - color contains mainly: green. Hex color #349F1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349F1F is #CB60E0. Grayscale: #707070. Windows color (decimal): -13328609 or 2072372. OLE color: 2072372.

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

Color convert

RGB5215931-
CMYK0.6700.810.38
HSL110.16º67.37%37.25%-
HSV(B)110.16º80.5%62.35%-
XYZ14.0625.635.5-
YUV112.4282.0584.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.49%
GREEN value IS 159 (62.5% from 255) = 65.70%
BLUE value IS 31 (12.5% from 255) = 12.81%
R=21.49%
G=65.70%
B=12.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52159310.6700.810.38110.1667.3737.25
Hex349F1F43051266e4325
Octal642373710301214615610345
Binary110100100111111111110000110101000110011011011101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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