#349B1F

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

Shades of La Palma #349B1F

Tints of La Palma #349B1F

Color information

#349B1F (or 0x349B1F) is unknown color: approx La Palma. HEX triplet: 34, 9B and 1F. RGB value is (52,155,31). Sum of RGB (Red+Green+Blue) = 52+155+31=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 155 (60.94% from 255 or 65.13% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 155 - color contains mainly: green. Hex color #349B1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349B1F is #CB64E0. Grayscale: #6E6E6E. Windows color (decimal): -13329633 or 2071348. OLE color: 2071348.

HSL color Cylindrical-coordinate representation of color #349B1F: hue angle of 109.84º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #349B1F is Cyan = 0.66, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.39.

Color convert

RGB5215531-
CMYK0.6600.80.39
HSL109.84º66.67%36.47%-
HSV(B)109.84º80%60.78%-
XYZ13.3824.275.28-
YUV110.0783.3886.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.85%
GREEN value IS 155 (60.94% from 255) = 65.13%
BLUE value IS 31 (12.5% from 255) = 13.03%
R=21.85%
G=65.13%
B=13.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal52155310.6600.80.39109.8466.6736.47
Hex349B1F42050276e4324
Octal642333710201204715610344
Binary110100100110111111110000100101000010011111011101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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