#348F1A

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

Shades of La Palma #348F1A

Tints of La Palma #348F1A

Color information

#348F1A (or 0x348F1A) is unknown color: approx La Palma. HEX triplet: 34, 8F and 1A. RGB value is (52,143,26). Sum of RGB (Red+Green+Blue) = 52+143+26=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 143 (56.25% from 255 or 64.71% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 143 - color contains mainly: green. Hex color #348F1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348F1A is #CB70E5. Grayscale: #666666. Windows color (decimal): -13332710 or 1740596. OLE color: 1740596.

HSL color Cylindrical-coordinate representation of color #348F1A: hue angle of 106.67º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #348F1A is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB5214326-
CMYK0.6400.820.44
HSL106.67º69.23%33.14%-
HSV(B)106.67º81.82%56.08%-
XYZ11.4320.454.32-
YUV102.4584.8592.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.53%
GREEN value IS 143 (56.25% from 255) = 64.71%
BLUE value IS 26 (10.55% from 255) = 11.76%
R=23.53%
G=64.71%
B=11.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52143260.6400.820.44106.6769.2333.14
Hex348F1A400522C6b4521
Octal642173210001225415310541
Binary110100100011111101010000000101001010110011010111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348F1A; }

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

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

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

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

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

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

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

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