#358C1E

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

Shades of La Palma #358C1E

Tints of La Palma #358C1E

Color information

#358C1E (or 0x358C1E) is unknown color: approx La Palma. HEX triplet: 35, 8C and 1E. RGB value is (53,140,30). Sum of RGB (Red+Green+Blue) = 53+140+30=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 140 (55.08% from 255 or 62.78% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 140 - color contains mainly: green. Hex color #358C1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358C1E is #CA73E1. Grayscale: #656565. Windows color (decimal): -13267938 or 2001973. OLE color: 2001973.

HSL color Cylindrical-coordinate representation of color #358C1E: hue angle of 107.45º degrees, saturation: 0.65, 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 #358C1E is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB5314030-
CMYK0.6200.790.45
HSL107.45º64.71%33.33%-
HSV(B)107.45º78.57%54.9%-
XYZ11.0819.614.43-
YUV101.4587.6893.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.77%
GREEN value IS 140 (55.08% from 255) = 62.78%
BLUE value IS 30 (12.11% from 255) = 13.45%
R=23.77%
G=62.78%
B=13.45%

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
Decimal53140300.6200.790.45107.4564.7133.33
Hex358C1E3E04F2D6b4121
Octal65214367601175515310141
Binary11010110001100111101111100100111110110111010111000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,140,30); }

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

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

 a { background-color: rgb(53,140,30); }

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

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

 span { border-color: rgb(53,140,30); }

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