#359413

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

Shades of La Palma #359413

Tints of La Palma #359413

Color information

#359413 (or 0x359413) is unknown color: approx La Palma. HEX triplet: 35, 94 and 13. RGB value is (53,148,19). Sum of RGB (Red+Green+Blue) = 53+148+19=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 148 (58.20% from 255 or 67.27% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 148 - color contains mainly: green. Hex color #359413 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #359413 is #CA6BEC. Grayscale: #696969. Windows color (decimal): -13265901 or 1283125. OLE color: 1283125.

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

Color convert

RGB5314819-
CMYK0.6400.870.42
HSL104.19º77.25%32.75%-
HSV(B)104.19º87.16%58.04%-
XYZ12.1821.984.22-
YUV104.8979.5390.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.09%
GREEN value IS 148 (58.20% from 255) = 67.27%
BLUE value IS 19 (7.81% from 255) = 8.64%
R=24.09%
G=67.27%
B=8.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53148190.6400.870.42104.1977.2532.75
Hex359413400572A684d21
Octal652242310001275215011541
Binary110101100101001001110000000101011110101011010001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359413; }

 p { color: rgb(53,148,19); }

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

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

 a { background-color: rgb(53,148,19); }

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

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

 span { border-color: rgb(53,148,19); }

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