#349B1A

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

Shades of La Palma #349B1A

Tints of La Palma #349B1A

Color information

#349B1A (or 0x349B1A) is unknown color: approx La Palma. HEX triplet: 34, 9B and 1A. RGB value is (52,155,26). Sum of RGB (Red+Green+Blue) = 52+155+26=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 155 (60.94% from 255 or 66.52% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 155 - color contains mainly: green. Hex color #349B1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349B1A is #CB64E5. Grayscale: #6D6D6D. Windows color (decimal): -13329638 or 1743668. OLE color: 1743668.

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

Color convert

RGB5215526-
CMYK0.6600.830.39
HSL107.91º71.27%35.49%-
HSV(B)107.91º83.23%60.78%-
XYZ13.3224.254.96-
YUV109.580.8886.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.32%
GREEN value IS 155 (60.94% from 255) = 66.52%
BLUE value IS 26 (10.55% from 255) = 11.16%
R=22.32%
G=66.52%
B=11.16%

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
Decimal52155260.6600.830.39107.9171.2735.49
Hex349B1A42053276c4723
Octal642333210201234715410743
Binary110100100110111101010000100101001110011111011001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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