#349421

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

Shades of La Palma #349421

Tints of La Palma #349421

Color information

#349421 (or 0x349421) is unknown color: approx La Palma. HEX triplet: 34, 94 and 21. RGB value is (52,148,33). Sum of RGB (Red+Green+Blue) = 52+148+33=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 148 (58.20% from 255 or 63.52% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 148 - color contains mainly: green. Hex color #349421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349421 is #CB6BDE. Grayscale: #6A6A6A. Windows color (decimal): -13331423 or 2200628. OLE color: 2200628.

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

Color convert

RGB5214833-
CMYK0.6500.780.42
HSL110.09º63.54%35.49%-
HSV(B)110.09º77.7%58.04%-
XYZ12.2822.025.04-
YUV106.1986.789.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.32%
GREEN value IS 148 (58.20% from 255) = 63.52%
BLUE value IS 33 (13.28% from 255) = 14.16%
R=22.32%
G=63.52%
B=14.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52148330.6500.780.42110.0963.5435.49
Hex3494214104E2A6e4023
Octal642244110101165215610043
Binary1101001001010010000110000010100111010101011011101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349421; }

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

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

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

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

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

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

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

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