#349518

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

Shades of La Palma #349518

Tints of La Palma #349518

Color information

#349518 (or 0x349518) is unknown color: approx La Palma. HEX triplet: 34, 95 and 18. RGB value is (52,149,24). Sum of RGB (Red+Green+Blue) = 52+149+24=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 149 (58.59% from 255 or 66.22% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 149 - color contains mainly: green. Hex color #349518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349518 is #CB6AE7. Grayscale: #6A6A6A. Windows color (decimal): -13331176 or 1611060. OLE color: 1611060.

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

Color convert

RGB5214924-
CMYK0.6500.840.42
HSL106.56º72.25%33.92%-
HSV(B)106.56º83.89%58.43%-
XYZ12.3322.294.52-
YUV105.7581.8689.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.11%
GREEN value IS 149 (58.59% from 255) = 66.22%
BLUE value IS 24 (9.77% from 255) = 10.67%
R=23.11%
G=66.22%
B=10.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52149240.6500.840.42106.5672.2533.92
Hex349518410542A6b4822
Octal642253010101245215311042
Binary110100100101011100010000010101010010101011010111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349518; }

 p { color: rgb(52,149,24); }

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

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

 a { background-color: rgb(52,149,24); }

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

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

 span { border-color: rgb(52,149,24); }

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