#348E25

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

Shades of La Palma #348E25

Tints of La Palma #348E25

Color information

#348E25 (or 0x348E25) is unknown color: approx La Palma. HEX triplet: 34, 8E and 25. RGB value is (52,142,37). Sum of RGB (Red+Green+Blue) = 52+142+37=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 142 (55.86% from 255 or 61.47% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 142 - color contains mainly: green. Hex color #348E25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348E25 is #CB71DA. Grayscale: #676767. Windows color (decimal): -13332955 or 2461236. OLE color: 2461236.

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

Color convert

RGB5214237-
CMYK0.6300.740.44
HSL111.43º58.66%35.1%-
HSV(B)111.43º73.94%55.69%-
XYZ11.4220.215.05-
YUV103.1290.6891.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.51%
GREEN value IS 142 (55.86% from 255) = 61.47%
BLUE value IS 37 (14.84% from 255) = 16.02%
R=22.51%
G=61.47%
B=16.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52142370.6300.740.44111.4358.6635.1
Hex348E253F04A2C6f3b23
Octal6421645770112541577343
Binary11010010001110100101111111010010101011001101111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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