#349403

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

Shades of La Palma #349403

Tints of La Palma #349403

Color information

#349403 (or 0x349403) is unknown color: approx La Palma. HEX triplet: 34, 94 and 03. RGB value is (52,148,3). Sum of RGB (Red+Green+Blue) = 52+148+3=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 148 (58.20% from 255 or 72.91% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 148 - color contains mainly: green. Hex color #349403 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349403 is #CB6BFC. Grayscale: #676767. Windows color (decimal): -13331453 or 234548. OLE color: 234548.

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

Color convert

RGB521483-
CMYK0.6500.980.42
HSL99.72º96.03%29.61%-
HSV(B)99.72º97.97%58.04%-
XYZ12.0221.923.68-
YUV102.7771.791.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.62%
GREEN value IS 148 (58.20% from 255) = 72.91%
BLUE value IS 3 (1.56% from 255) = 1.48%
R=25.62%
G=72.91%
B=1.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5214830.6500.980.4299.7296.0329.61
Hex34943410622A64601e
Octal64224310101425214414036
Binary11010010010100111000001011000101010101100100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349403; }

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

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

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

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

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

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

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

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