#348A2C

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

Shades of La Palma #348A2C

Tints of La Palma #348A2C

Color information

#348A2C (or 0x348A2C) is unknown color: approx La Palma. HEX triplet: 34, 8A and 2C. RGB value is (52,138,44). Sum of RGB (Red+Green+Blue) = 52+138+44=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 138 (54.30% from 255 or 58.97% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 138 - color contains mainly: green. Hex color #348A2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348A2C is #CB75D3. Grayscale: #656565. Windows color (decimal): -13333972 or 2918964. OLE color: 2918964.

HSL color Cylindrical-coordinate representation of color #348A2C: hue angle of 114.89º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #348A2C is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB5213844-
CMYK0.6200.680.46
HSL114.89º51.65%35.69%-
HSV(B)114.89º68.12%54.12%-
XYZ10.9619.095.49-
YUV101.5795.5192.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.22%
GREEN value IS 138 (54.30% from 255) = 58.97%
BLUE value IS 44 (17.58% from 255) = 18.80%
R=22.22%
G=58.97%
B=18.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52138440.6200.680.46114.8951.6535.69
Hex348A2C3E0442E733424
Octal6421254760104561636444
Binary11010010001010101100111110010001001011101110011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,138,44); }

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

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

 a { background-color: rgb(52,138,44); }

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

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

 span { border-color: rgb(52,138,44); }

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