#348E16

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

Shades of La Palma #348E16

Tints of La Palma #348E16

Color information

#348E16 (or 0x348E16) is unknown color: approx La Palma. HEX triplet: 34, 8E and 16. RGB value is (52,142,22). Sum of RGB (Red+Green+Blue) = 52+142+22=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 142 (55.86% from 255 or 65.74% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 142 - color contains mainly: green. Hex color #348E16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348E16 is #CB71E9. Grayscale: #656565. Windows color (decimal): -13332970 or 1478196. OLE color: 1478196.

HSL color Cylindrical-coordinate representation of color #348E16: hue angle of 105º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #348E16 is Cyan = 0.63, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB5214222-
CMYK0.6300.850.44
HSL105º73.17%32.16%-
HSV(B)105º84.51%55.69%-
XYZ11.2320.134.05-
YUV101.4183.1892.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.07%
GREEN value IS 142 (55.86% from 255) = 65.74%
BLUE value IS 22 (8.98% from 255) = 10.19%
R=24.07%
G=65.74%
B=10.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52142220.6300.850.4410573.1732.16
Hex348E163F0552C694920
Octal64216267701255415111140
Binary11010010001110101101111110101010110110011010011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,142,22); }

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

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

 a { background-color: rgb(52,142,22); }

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

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

 span { border-color: rgb(52,142,22); }

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