#358D1D

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

Shades of La Palma #358D1D

Tints of La Palma #358D1D

Color information

#358D1D (or 0x358D1D) is unknown color: approx La Palma. HEX triplet: 35, 8D and 1D. RGB value is (53,141,29). Sum of RGB (Red+Green+Blue) = 53+141+29=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 141 (55.47% from 255 or 63.23% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 141 - color contains mainly: green. Hex color #358D1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358D1D is #CA72E2. Grayscale: #666666. Windows color (decimal): -13267683 or 1936693. OLE color: 1936693.

HSL color Cylindrical-coordinate representation of color #358D1D: hue angle of 107.14º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #358D1D is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB5314129-
CMYK0.6200.790.45
HSL107.14º65.88%33.33%-
HSV(B)107.14º79.43%55.29%-
XYZ11.2119.94.41-
YUV101.9286.8593.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.77%
GREEN value IS 141 (55.47% from 255) = 63.23%
BLUE value IS 29 (11.72% from 255) = 13.00%
R=23.77%
G=63.23%
B=13.00%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53141290.6200.790.45107.1465.8833.33
Hex358D1D3E04F2D6b4221
Octal65215357601175515310241
Binary11010110001101111011111100100111110110111010111000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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