#349125

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

Shades of La Palma #349125

Tints of La Palma #349125

Color information

#349125 (or 0x349125) is unknown color: approx La Palma. HEX triplet: 34, 91 and 25. RGB value is (52,145,37). Sum of RGB (Red+Green+Blue) = 52+145+37=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 145 (57.03% from 255 or 61.97% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 145 - color contains mainly: green. Hex color #349125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349125 is #CB6EDA. Grayscale: #696969. Windows color (decimal): -13332187 or 2462004. OLE color: 2462004.

HSL color Cylindrical-coordinate representation of color #349125: hue angle of 111.67º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #349125 is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB5214537-
CMYK0.6400.740.43
HSL111.67º59.34%35.69%-
HSV(B)111.67º74.48%56.86%-
XYZ11.8821.115.2-
YUV104.8889.6990.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.22%
GREEN value IS 145 (57.03% from 255) = 61.97%
BLUE value IS 37 (14.84% from 255) = 15.81%
R=22.22%
G=61.97%
B=15.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52145370.6400.740.43111.6759.3435.69
Hex3491254004A2B703b24
Octal64221451000112531607344
Binary110100100100011001011000000010010101010111110000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349125; }

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

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

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

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

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

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

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

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