#349425

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

Shades of La Palma #349425

Tints of La Palma #349425

Color information

#349425 (or 0x349425) is unknown color: approx La Palma. HEX triplet: 34, 94 and 25. RGB value is (52,148,37). Sum of RGB (Red+Green+Blue) = 52+148+37=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 148 (58.20% from 255 or 62.45% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 148 - color contains mainly: green. Hex color #349425 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349425 is #CB6BDA. Grayscale: #6A6A6A. Windows color (decimal): -13331419 or 2462772. OLE color: 2462772.

HSL color Cylindrical-coordinate representation of color #349425: hue angle of 111.89º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #349425 is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB5214837-
CMYK0.6500.750.42
HSL111.89º60%36.27%-
HSV(B)111.89º75%58.04%-
XYZ12.3422.045.35-
YUV106.6488.789.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 148 (58.20% from 255) = 62.45%
BLUE value IS 37 (14.84% from 255) = 15.61%
R=21.94%
G=62.45%
B=15.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52148370.6500.750.42111.896036.27
Hex3494254104B2A703c24
Octal64224451010113521607444
Binary110100100101001001011000001010010111010101110000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349425; }

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

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

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

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

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

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

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

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