#349B1B

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

Shades of La Palma #349B1B

Tints of La Palma #349B1B

Color information

#349B1B (or 0x349B1B) is unknown color: approx La Palma. HEX triplet: 34, 9B and 1B. RGB value is (52,155,27). Sum of RGB (Red+Green+Blue) = 52+155+27=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 155 (60.94% from 255 or 66.24% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 155 - color contains mainly: green. Hex color #349B1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349B1B is #CB64E4. Grayscale: #6E6E6E. Windows color (decimal): -13329637 or 1809204. OLE color: 1809204.

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

Color convert

RGB5215527-
CMYK0.6600.830.39
HSL108.28º70.33%35.69%-
HSV(B)108.28º82.58%60.78%-
XYZ13.3424.255.02-
YUV109.6181.3886.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.22%
GREEN value IS 155 (60.94% from 255) = 66.24%
BLUE value IS 27 (10.94% from 255) = 11.54%
R=22.22%
G=66.24%
B=11.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal52155270.6600.830.39108.2870.3335.69
Hex349B1B42053276c4624
Octal642333310201234715410644
Binary110100100110111101110000100101001110011111011001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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