#358D2B

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

Shades of La Palma #358D2B

Tints of La Palma #358D2B

Color information

#358D2B (or 0x358D2B) is unknown color: approx La Palma. HEX triplet: 35, 8D and 2B. RGB value is (53,141,43). Sum of RGB (Red+Green+Blue) = 53+141+43=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 141 (55.47% from 255 or 59.49% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 141 - color contains mainly: green. Hex color #358D2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358D2B is #CA72D4. Grayscale: #676767. Windows color (decimal): -13267669 or 2854197. OLE color: 2854197.

HSL color Cylindrical-coordinate representation of color #358D2B: hue angle of 113.88º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #358D2B is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB5314143-
CMYK0.6200.700.45
HSL113.88º53.26%36.08%-
HSV(B)113.88º69.5%55.29%-
XYZ11.4319.985.54-
YUV103.5293.8591.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.36%
GREEN value IS 141 (55.47% from 255) = 59.49%
BLUE value IS 43 (17.19% from 255) = 18.14%
R=22.36%
G=59.49%
B=18.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53141430.6200.700.45113.8853.2636.08
Hex358D2B3E0462D723524
Octal6521553760106551626544
Binary11010110001101101011111110010001101011011110010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358D2B; }

 p { color: rgb(53,141,43); }

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

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

 a { background-color: rgb(53,141,43); }

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

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

 span { border-color: rgb(53,141,43); }

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