#359229

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

Shades of La Palma #359229

Tints of La Palma #359229

Color information

#359229 (or 0x359229) is unknown color: approx La Palma. HEX triplet: 35, 92 and 29. RGB value is (53,146,41). Sum of RGB (Red+Green+Blue) = 53+146+41=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 146 (57.42% from 255 or 60.83% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 146 - color contains mainly: green. Hex color #359229 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359229 is #CA6DD6. Grayscale: #6A6A6A. Windows color (decimal): -13266391 or 2724405. OLE color: 2724405.

HSL color Cylindrical-coordinate representation of color #359229: hue angle of 113.14º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #359229 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB5314641-
CMYK0.6400.720.43
HSL113.14º56.15%36.67%-
HSV(B)113.14º71.92%57.25%-
XYZ12.1521.475.6-
YUV106.2291.1990.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.08%
GREEN value IS 146 (57.42% from 255) = 60.83%
BLUE value IS 41 (16.41% from 255) = 17.08%
R=22.08%
G=60.83%
B=17.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53146410.6400.720.43113.1456.1536.67
Hex359229400482B713825
Octal65222511000110531617045
Binary110101100100101010011000000010010001010111110001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359229; }

 p { color: rgb(53,146,41); }

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

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

 a { background-color: rgb(53,146,41); }

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

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

 span { border-color: rgb(53,146,41); }

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