#359420

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

Shades of La Palma #359420

Tints of La Palma #359420

Color information

#359420 (or 0x359420) is unknown color: approx La Palma. HEX triplet: 35, 94 and 20. RGB value is (53,148,32). Sum of RGB (Red+Green+Blue) = 53+148+32=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 148 (58.20% from 255 or 63.52% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 148 - color contains mainly: green. Hex color #359420 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359420 is #CA6BDF. Grayscale: #6A6A6A. Windows color (decimal): -13265888 or 2135093. OLE color: 2135093.

HSL color Cylindrical-coordinate representation of color #359420: hue angle of 109.14º 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 #359420 is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB5314832-
CMYK0.6400.780.42
HSL109.14º64.44%35.29%-
HSV(B)109.14º78.38%58.04%-
XYZ12.3222.044.97-
YUV106.3786.0389.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.75%
GREEN value IS 148 (58.20% from 255) = 63.52%
BLUE value IS 32 (12.89% from 255) = 13.73%
R=22.75%
G=63.52%
B=13.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53148320.6400.780.42109.1464.4435.29
Hex3594204004E2A6d4023
Octal652244010001165215510043
Binary1101011001010010000010000000100111010101011011011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359420; }

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

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

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

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

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

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

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

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